projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
set PKG_NAME of the old lzma package to lzma-old to fix conflicts with the new lzma...
[openwrt.git]
/
include
/
host.mk
diff --git
a/include/host.mk
b/include/host.mk
index
b6a5824
..
9d0c643
100644
(file)
--- a/
include/host.mk
+++ b/
include/host.mk
@@
-6,7
+6,9
@@
#
TMP_DIR ?= $(TOPDIR)/tmp
#
TMP_DIR ?= $(TOPDIR)/tmp
--include $(TMP_DIR)/.host.mk
+ifeq ($(if $(TARGET_BUILD),,$(DUMP)),)
+ -include $(TMP_DIR)/.host.mk
+endif
export TAR FIND
export TAR FIND
This page took
0.02029 seconds
and
4
git commands to generate.