[include] autotools.mk: remove HOST_BUILD_DEPENDS on libtool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24676 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
44ca9c7aca
commit
50b5fa5988
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue