summaryrefslogtreecommitdiffstats
path: root/include/host.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-03-03 15:45:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-03-03 15:45:15 +0000
commitf00754d191a762edc925e904bb24ed64706d1ccb (patch)
tree4120a2b78a482841e664d2499a1bd1a5e9603192 /include/host.mk
parent015dff9d7d2ad01f3cb1599335d77bc4b84d3ec5 (diff)
downloadmaster-31e0f0ae-f00754d191a762edc925e904bb24ed64706d1ccb.tar.gz
master-31e0f0ae-f00754d191a762edc925e904bb24ed64706d1ccb.tar.bz2
master-31e0f0ae-f00754d191a762edc925e904bb24ed64706d1ccb.zip
allow uml to access host.mk at DUMP time
SVN-Revision: 14743
Diffstat (limited to 'include/host.mk')
-rw-r--r--include/host.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/host.mk b/include/host.mk
index 497d044503..9d0c64372a 100644
--- a/include/host.mk
+++ b/include/host.mk
@@ -6,7 +6,7 @@
#
TMP_DIR ?= $(TOPDIR)/tmp
-ifndef DUMP
+ifeq ($(if $(TARGET_BUILD),,$(DUMP)),)
-include $(TMP_DIR)/.host.mk
endif