From: Felix Fietkau 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.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=82919d60b1e75c698322da371ecd2f71e45884a6 allow uml to access host.mk at DUMP time SVN-Revision: 14743 --- 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