projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e14f9c
)
[include] autotools.mk: remove HOST_BUILD_DEPENDS on libtool
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 18 Dec 2010 18:14:25 +0000
(18:14 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 18 Dec 2010 18:14:25 +0000
(18:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24676
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/autotools.mk
patch
|
blob
|
history
diff --git
a/include/autotools.mk
b/include/autotools.mk
index
6923b01
..
5e1c105
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
This page took
0.024258 seconds
and
4
git commands to generate.