summaryrefslogtreecommitdiffstats
path: root/include/host.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-03 15:45:15 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-03 15:45:15 +0000
commit370c17b44f61ef812cc2153002d859504c60ca0b (patch)
tree6e62be85fdef4fa2268b9c229bffc51a5582c078 /include/host.mk
parent4473839bf8e3774184edfef8db1cee56164bd108 (diff)
allow uml to access host.mk at DUMP time
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14743 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 497d04450..9d0c64372 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