[include] autotools.mk: remove HOST_BUILD_DEPENDS on libtool

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24676 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jo-Philipp Wich 2010-12-18 18:14:25 +00:00
parent 44ca9c7aca
commit 50b5fa5988
1 changed files with 0 additions and 2 deletions

View File

@ -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