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 --- include/host.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/host.mk') diff --git a/include/host.mk b/include/host.mk index 423ca16610..8b4ce3d24b 100644 --- a/include/host.mk +++ b/include/host.mk @@ -35,3 +35,9 @@ $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk ) endif + +ifeq ($(HOST_OS),Linux) + XARGS:=xargs -r +else + XARGS:=xargs +endif -- cgit v1.2.3