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 | 205ea84c9ffe2453b6cb9f308f1419c3ace90409 (patch) | |
tree | 6e62be85fdef4fa2268b9c229bffc51a5582c078 /include/host.mk | |
parent | bb66977c144ccaa75d7390d5a3ba9296623f8dbc (diff) | |
download | upstream-205ea84c9ffe2453b6cb9f308f1419c3ace90409.tar.gz upstream-205ea84c9ffe2453b6cb9f308f1419c3ace90409.tar.bz2 upstream-205ea84c9ffe2453b6cb9f308f1419c3ace90409.zip |
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.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 |