projects
/
openwrt
/
staging
/
luka.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d04b7d5
)
autotools.mk: remove HOST_BUILD_DEPENDS on libtool
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 18 Dec 2010 18:14:25 +0000
(18:14 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 18 Dec 2010 18:14:25 +0000
(18:14 +0000)
SVN-Revision: 24676
include/autotools.mk
patch
|
blob
|
history
diff --git
a/include/autotools.mk
b/include/autotools.mk
index 6923b018b9ac855db567a28e765df268a6023290..5e1c1053e487a78e7fcb0b459d041773ac759d26 100644
(file)
--- 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