don't include host.mk from rules.mk - confuses package dump
SVN-Revision: 5038
This commit is contained in:
parent
ddc5584244
commit
0d3f8a5e7f
2 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,7 @@ else
|
|||
endif
|
||||
|
||||
include $(INCLUDE_DIR)/prereq.mk
|
||||
include $(INCLUDE_DIR)/host.mk
|
||||
|
||||
define shvar
|
||||
V_$(subst .,_,$(subst -,_,$(subst /,_,$(1))))
|
||||
|
|
|
@ -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"' --
|
||||
|
|
Loading…
Reference in a new issue