diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-03 15:45:15 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-03 15:45:15 +0000 |
commit | 370c17b44f61ef812cc2153002d859504c60ca0b (patch) | |
tree | 6e62be85fdef4fa2268b9c229bffc51a5582c078 | |
parent | 4473839bf8e3774184edfef8db1cee56164bd108 (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
-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 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 |