autotools.mk: remove HOST_BUILD_DEPENDS on libtool
SVN-Revision: 24676
This commit is contained in:
parent
d04b7d59c8
commit
c9f9fc8154
@ -93,14 +93,12 @@ define autoreconf_host
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
ifneq ($(filter libtool,$(HOST_FIXUP)),)
|
ifneq ($(filter libtool,$(HOST_FIXUP)),)
|
||||||
HOST_BUILD_DEPENDS += libtool
|
|
||||||
ifeq ($(filter no-autoreconf,$(HOST_FIXUP)),)
|
ifeq ($(filter no-autoreconf,$(HOST_FIXUP)),)
|
||||||
Hooks/HostConfigure/Pre += autoreconf_host
|
Hooks/HostConfigure/Pre += autoreconf_host
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(filter libtool-ucxx,$(HOST_FIXUP)),)
|
ifneq ($(filter libtool-ucxx,$(HOST_FIXUP)),)
|
||||||
HOST_BUILD_DEPENDS += libtool
|
|
||||||
ifeq ($(filter no-autoreconf,$(HOST_FIXUP)),)
|
ifeq ($(filter no-autoreconf,$(HOST_FIXUP)),)
|
||||||
Hooks/HostConfigure/Pre += autoreconf_host
|
Hooks/HostConfigure/Pre += autoreconf_host
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user