diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-18 18:14:25 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-18 18:14:25 +0000 |
commit | c9f9fc8154c05005a27974a84f67885296162e47 (patch) | |
tree | c1e134919d9bd7bfe14af53f1c1fe3bebf93f634 /include | |
parent | d04b7d59c8799a530418460ba797a436bab2ec14 (diff) | |
download | upstream-c9f9fc8154c05005a27974a84f67885296162e47.tar.gz upstream-c9f9fc8154c05005a27974a84f67885296162e47.tar.bz2 upstream-c9f9fc8154c05005a27974a84f67885296162e47.zip |
autotools.mk: remove HOST_BUILD_DEPENDS on libtool
SVN-Revision: 24676
Diffstat (limited to 'include')
-rw-r--r-- | include/autotools.mk | 2 |
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 |