aboutsummaryrefslogtreecommitdiffstats
path: root/target/sdk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-06-30 12:21:58 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-06-30 12:21:58 +0000
commitb3ee15232a147a6c51570a4cc40dcf111ea63066 (patch)
tree83b14652c374ff919552c8f844dc90b5d6eeffa7 /target/sdk
parenta84c66586914ad773202f65defaf35cf86851eb9 (diff)
downloadmaster-187ad058-b3ee15232a147a6c51570a4cc40dcf111ea63066.tar.gz
master-187ad058-b3ee15232a147a6c51570a4cc40dcf111ea63066.tar.bz2
master-187ad058-b3ee15232a147a6c51570a4cc40dcf111ea63066.zip
add portability fixes from #1720
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7791 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/sdk')
-rw-r--r--target/sdk/files/Makefile2
1 files changed, 1 insertions, 1 deletions
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