1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 23:16:16 +02:00

[backfire] autotools.mk: the old libtool fixup never fully worked, correct it

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25653 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-02-21 20:57:46 +00:00
parent 6c4804044b
commit 167c9d4a48

View File

@ -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,$(LIBTOOL_PATHS), \
$(foreach p,$(PKG_LIBTOOL_PATHS), \
$(call replace,ltmain.sh,$(STAGING_DIR)/host/share/libtool,$(p)/) \
$(call replace,libtool.m4,$(STAGING_DIR)/host/share/aclocal,$(p)/) \
)