From 370c17b44f61ef812cc2153002d859504c60ca0b Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 3 Mar 2009 15:45:15 +0000 Subject: [PATCH] allow uml to access host.mk at DUMP time git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14743 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/host.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.35.1