summaryrefslogtreecommitdiffstats
path: root/include/autotools.mk
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-12-18 18:14:25 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-12-18 18:14:25 +0000
commit975880f08c55b2705ad565a03785a42bc57956cd (patch)
tree8bf915d6adf84c1e00c192a5e588c34f17b59bcf /include/autotools.mk
parent2e14f9c1468a0de4157c3216b9e1d2caee2b6ffc (diff)
[include] autotools.mk: remove HOST_BUILD_DEPENDS on libtool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24676 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/autotools.mk')
-rw-r--r--include/autotools.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/autotools.mk b/include/autotools.mk
index 6923b018b..5e1c1053e 100644
--- a/include/autotools.mk
+++ b/include/autotools.mk
@@ -93,14 +93,12 @@ define autoreconf_host
endef
ifneq ($(filter libtool,$(HOST_FIXUP)),)
- HOST_BUILD_DEPENDS += libtool
ifeq ($(filter no-autoreconf,$(HOST_FIXUP)),)
Hooks/HostConfigure/Pre += autoreconf_host
endif
endif
ifneq ($(filter libtool-ucxx,$(HOST_FIXUP)),)
- HOST_BUILD_DEPENDS += libtool
ifeq ($(filter no-autoreconf,$(HOST_FIXUP)),)
Hooks/HostConfigure/Pre += autoreconf_host
endif