aboutsummaryrefslogtreecommitdiffstats
path: root/include/autotools.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-12-18 18:14:25 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-12-18 18:14:25 +0000
commit50b5fa59882465c447e6c496467eeb6c7c727de4 (patch)
tree8bf915d6adf84c1e00c192a5e588c34f17b59bcf /include/autotools.mk
parent44ca9c7acac0c2d545bae93554654d1b91cedb27 (diff)
downloadmaster-187ad058-50b5fa59882465c447e6c496467eeb6c7c727de4.tar.gz
master-187ad058-50b5fa59882465c447e6c496467eeb6c7c727de4.tar.bz2
master-187ad058-50b5fa59882465c447e6c496467eeb6c7c727de4.zip
[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 6923b018b9..5e1c1053e4 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