add portability fixes from #1720

SVN-Revision: 7791
This commit is contained in:
Felix Fietkau
2007-06-30 12:21:58 +00:00
parent 488d8be7cd
commit d3dea9d2c6
3 changed files with 29 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ world: FORCE
cd package; \
find . -maxdepth 2 -name Config.in | \
sed -e 's,/Config.in,,g' | \
xargs -n1 make compile -C; \
xargs -n1 $(MAKE) compile -C; \
)
clean: FORCE