From 874f03ea007ec022c344bd2814aded1545650b5c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 29 Apr 2007 01:30:48 +0000 Subject: fixes for a few build errors on osx without fink SVN-Revision: 7065 --- target/sdk/files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/sdk/files') diff --git a/target/sdk/files/Makefile b/target/sdk/files/Makefile index 2f8451b..31758c1 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 -- cgit v1.1