On Wednesday 12 March 2003 11:44 am, Ian Reinhart Geiser wrote: > CVS commit by geiseri: > > Wasnt there a Daft Punk song named after this... One more time? > yup, sure was ;) > > M +1 -1 customprojectpart.cpp 1.34 > > > --- kdevelop/parts/customproject/customprojectpart.cpp #1.33:1.34 > @@ -483,5 +483,5 @@ void CustomProjectPart::updateTargetMenu > QTextStream stream(&f); > //QRegExp re(".PHONY\\s*:(.*)"); > - QRegExp re("^([^($%.#].*[^)\\s])[:].*$"); > + static QRegExp re("^[^($%.#][^)\\s]+[:].*$"); > re.setMinimal(true); > QString str = "";