summaryrefslogtreecommitdiffstats
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
commitc9f9fc8154c05005a27974a84f67885296162e47 (patch)
treec1e134919d9bd7bfe14af53f1c1fe3bebf93f634 /include/autotools.mk
parentd04b7d59c8799a530418460ba797a436bab2ec14 (diff)
downloadmaster-31e0f0ae-c9f9fc8154c05005a27974a84f67885296162e47.tar.gz
master-31e0f0ae-c9f9fc8154c05005a27974a84f67885296162e47.tar.bz2
master-31e0f0ae-c9f9fc8154c05005a27974a84f67885296162e47.zip
autotools.mk: remove HOST_BUILD_DEPENDS on libtool
SVN-Revision: 24676
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