From d3dea9d2c6f4a981a077f756c41ed5f2da56887f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 30 Jun 2007 12:21:58 +0000 Subject: add portability fixes from #1720 SVN-Revision: 7791 --- target/sdk/files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') 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 -- cgit v1.2.3