X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Fsdk%2Ffiles%2FMakefile;h=31758c124845226141e58738f30bccf2805d93bd;hb=1aad91e4fc7bd2d013d95efcb25ba1cc7f555677;hp=2f8451bf78b47dbd7b3556fbe97d81e01cf1e5dd;hpb=b8894ad01aaed13c19d51ce68dff27c558d666fc;p=openwrt-10.03%2F.git diff --git a/target/sdk/files/Makefile b/target/sdk/files/Makefile index 2f8451bf7..31758c124 100644 --- a/target/sdk/files/Makefile +++ b/target/sdk/files/Makefile @@ -76,7 +76,7 @@ world: FORCE cd package; \ find . -maxdepth 2 -name Config.in | \ sed -e 's,/Config.in,,g' | \ - xargs -r -n1 make compile -C; \ + xargs -n1 make compile -C; \ ) clean: FORCE