X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Fsdk%2Ffiles%2FMakefile;fp=target%2Fsdk%2Ffiles%2FMakefile;h=ebd30bf32a1cda1a7a2aa85058d01bc5411c4d4f;hp=31758c124845226141e58738f30bccf2805d93bd;hb=27b751e67f9755d9d915643dd7cd33e8617151ff;hpb=0af2476ee1fe55557154de7220922ebb80fa708b diff --git a/target/sdk/files/Makefile b/target/sdk/files/Makefile index 31758c1248..ebd30bf32a 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