aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-10 21:22:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-10 21:22:35 +0000
commit88cfd8ba4338315dfebce5511baf8ac5750d4546 (patch)
tree73f2411e9d1838844fb4ae233f59c236174e310e /include
parent8a1b6b309826836d504effc98f554d8bc0988b60 (diff)
downloadupstream-88cfd8ba4338315dfebce5511baf8ac5750d4546.tar.gz
upstream-88cfd8ba4338315dfebce5511baf8ac5750d4546.tar.bz2
upstream-88cfd8ba4338315dfebce5511baf8ac5750d4546.zip
don't include host.mk from rules.mk - confuses package dump
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5038 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/package.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/package.mk b/include/package.mk
index 7ae95f8fe8..5a9ba861af 100644
--- a/include/package.mk
+++ b/include/package.mk
@@ -11,6 +11,7 @@ else
endif
include $(INCLUDE_DIR)/prereq.mk
+include $(INCLUDE_DIR)/host.mk
define shvar
V_$(subst .,_,$(subst -,_,$(subst /,_,$(1))))