fix another build error

SVN-Revision: 5508
This commit is contained in:
Felix Fietkau 2006-11-12 02:41:59 +00:00
parent cf10a1dd5e
commit a264975480
2 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ include $(TMP_DIR)/.host.mk
export TAR
$(TMP_DIR)/.host.mk: $(INCLUDE_DIR)/host.mk
$(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
@mkdir -p $(TMP_DIR)
@( \
echo -n "BASH:=$(shell which bash)"; \
HOST_OS=`uname`; \
case "$$HOST_OS" in \
Linux) HOST_ARCH=`uname -m`;; \
@ -29,5 +29,6 @@ $(TMP_DIR)/.host.mk: $(INCLUDE_DIR)/host.mk
ZCAT=`which gzcat`; \
[ -n "$$ZCAT" -a -x "$$ZCAT" ] || ZCAT=`which zcat`; \
echo "ZCAT:=$$ZCAT" >> $@; \
echo "BASH:=$(shell which bash)" >> $@; \
)

View File

@ -6,7 +6,6 @@
#
include $(TOPDIR)/rules.mk
TMP_DIR:=$(TOPDIR)/tmp
include $(INCLUDE_DIR)/prereq.mk
include $(INCLUDE_DIR)/host.mk