From: jow Date: Sat, 18 Dec 2010 18:14:25 +0000 (+0000) Subject: [include] autotools.mk: remove HOST_BUILD_DEPENDS on libtool X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=975880f08c55b2705ad565a03785a42bc57956cd;p=openwrt.git [include] autotools.mk: remove HOST_BUILD_DEPENDS on libtool git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24676 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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