diff -r 101c7f148b9a -r f1674941c3ad Makefile --- a/Makefile Fri Apr 01 11:10:06 2011 +0200 +++ b/Makefile Mon Apr 04 13:25:39 2011 +0200 @@ -24,7 +24,7 @@ -rm -f iec2iec iec2c *.o absyntax/*.o echo > Makefile.depend # make something everywhere (ie, in all Makefiles that have that target) - find . -depth -mindepth 2 -maxdepth 2 -name Makefile -printf %h\\n | xargs -i make -C{} $@ + find . -depth -mindepth 2 -maxdepth 2 -name Makefile | sed 's/Makefile//g' | xargs -I {} make -C{} clean CXXFLAGS += -I.