projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dab748
)
revert r25653 for now, until the full trunk fixups get merged
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 24 Feb 2011 00:17:21 +0000
(
00:17
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 24 Feb 2011 00:17:21 +0000
(
00:17
+0000)
SVN-Revision: 25681
include/autotools.mk
patch
|
blob
|
history
diff --git
a/include/autotools.mk
b/include/autotools.mk
index 306b58802e69bb47a3e1eb726f010745b81cb5bf..68b5835e97c0e1c7340cdbe7481ee4bc1472d2d9 100644
(file)
--- a/
include/autotools.mk
+++ b/
include/autotools.mk
@@
-17,7
+17,7
@@
PKG_LIBTOOL_PATHS?=$(CONFIGURE_PATH)
# replace copies of ltmain.sh with the build system's version
update_libtool_common = \
- $(foreach p,$(
PKG_
LIBTOOL_PATHS), \
+ $(foreach p,$(LIBTOOL_PATHS), \
$(call replace,ltmain.sh,$(STAGING_DIR)/host/share/libtool,$(p)/) \
$(call replace,libtool.m4,$(STAGING_DIR)/host/share/aclocal,$(p)/) \
)