X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fhost.mk;h=9d0c64372a3075634d95914971b05a4c3cacc986;hb=7ba8f9bfa46df7b89db9e7b352ff59d48137a854;hp=497d044503b3d53ba18d8d75d44e9021d1dca65c;hpb=7f3b481ec937e79225ef78f167070b2249e2f62a;p=openwrt.git 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