X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=target%2Fsdk%2Ffiles%2FMakefile;fp=target%2Fsdk%2Ffiles%2FMakefile;h=ebd30bf32a1cda1a7a2aa85058d01bc5411c4d4f;hp=31758c124845226141e58738f30bccf2805d93bd;hb=6630372cc899d243b22de133f2aeec28c3fd5239;hpb=b6c8961dce55514c22490d4915626e0d64f11ba8 diff --git a/target/sdk/files/Makefile b/target/sdk/files/Makefile index 31758c124..ebd30bf32 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 -n1 make compile -C; \ + xargs -n1 $(MAKE) compile -C; \ ) clean: FORCE