don't include host.mk from rules.mk - confuses package dump
authorFelix Fietkau <nbd@openwrt.org>
Tue, 10 Oct 2006 21:22:35 +0000 (21:22 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 10 Oct 2006 21:22:35 +0000 (21:22 +0000)
SVN-Revision: 5038

openwrt/include/package.mk
openwrt/rules.mk

index 7ae95f8fe8699206c12083661b3910969d4f9f22..5a9ba861af1b9fca3cc559455a48ff58b82d2ba6 100644 (file)
@@ -11,6 +11,7 @@ else
 endif
 
 include $(INCLUDE_DIR)/prereq.mk
+include $(INCLUDE_DIR)/host.mk
 
 define shvar
 V_$(subst .,_,$(subst -,_,$(subst /,_,$(1))))
index 73611029a3c835d933922100339ec6dce842c37b..b9859dbd3f66e9b653e56331a9ed05319d8fc341 100644 (file)
@@ -6,7 +6,6 @@
 #
 
 -include $(TOPDIR)/.config
-include $(TOPDIR)/include/host.mk
 include $(TOPDIR)/include/verbose.mk
 
 export SHELL=/usr/bin/env bash -c '. $(TOPDIR)/include/shell.sh; eval "$$2"' --