fixes for a few build errors on osx without fink
SVN-Revision: 7065
This commit is contained in:
@ -35,3 +35,9 @@ $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
|
||||
)
|
||||
|
||||
endif
|
||||
|
||||
ifeq ($(HOST_OS),Linux)
|
||||
XARGS:=xargs -r
|
||||
else
|
||||
XARGS:=xargs
|
||||
endif
|
||||
|
Reference in New Issue
Block a user