fixes for a few build errors on osx without fink

SVN-Revision: 7065
This commit is contained in:
Felix Fietkau
2007-04-29 01:30:48 +00:00
parent a1b9f98ca5
commit 85db870e32
9 changed files with 72 additions and 15 deletions

@ -35,3 +35,9 @@ $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
)
endif
ifeq ($(HOST_OS),Linux)
XARGS:=xargs -r
else
XARGS:=xargs
endif