X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fhost.mk;h=9d0c64372a3075634d95914971b05a4c3cacc986;hb=4f88f8de81407f05b9eddd550d0b201296d75886;hp=497d044503b3d53ba18d8d75d44e9021d1dca65c;hpb=127296bc455beff15cdc3830e66fc6d2311e6057;p=oweals%2Fopenwrt.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