X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b8894ad01aaed13c19d51ce68dff27c558d666fc..58242e54174506f2426d122a1b0d4c1abd0b755f:/target/sdk/files/Makefile?ds=inline diff --git a/target/sdk/files/Makefile b/target/sdk/files/Makefile index 2f8451bf7..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 -r -n1 make compile -C; \ + xargs -n1 $(MAKE) compile -C; \ ) clean: FORCE