Jelajahi Sumber

autotools.mk: remove HOST_BUILD_DEPENDS on libtool

SVN-Revision: 24676
Jo-Philipp Wich 15 tahun lalu
induk
melakukan
c9f9fc8154
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      include/autotools.mk

+ 0 - 2
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