diff options
Diffstat (limited to 'include/host.mk')
-rw-r--r-- | include/host.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/host.mk b/include/host.mk index b6a58248fd..497d044503 100644 --- a/include/host.mk +++ b/include/host.mk @@ -6,7 +6,9 @@ # TMP_DIR ?= $(TOPDIR)/tmp --include $(TMP_DIR)/.host.mk +ifndef DUMP + -include $(TMP_DIR)/.host.mk +endif export TAR FIND |