diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-03 15:45:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-03 15:45:15 +0000 |
commit | f00754d191a762edc925e904bb24ed64706d1ccb (patch) | |
tree | 4120a2b78a482841e664d2499a1bd1a5e9603192 /include/host.mk | |
parent | 015dff9d7d2ad01f3cb1599335d77bc4b84d3ec5 (diff) | |
download | upstream-f00754d191a762edc925e904bb24ed64706d1ccb.tar.gz upstream-f00754d191a762edc925e904bb24ed64706d1ccb.tar.bz2 upstream-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.mk | 2 |
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 |