From: nbd Date: Tue, 3 Mar 2009 15:45:15 +0000 (+0000) Subject: allow uml to access host.mk at DUMP time X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=370c17b44f61ef812cc2153002d859504c60ca0b;hp=4473839bf8e3774184edfef8db1cee56164bd108 allow uml to access host.mk at DUMP time git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14743 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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