1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-23 18:34:43 +02:00

[backfire] revert r25653 for now, until the full trunk fixups get merged

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25681 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-02-24 00:17:21 +00:00
parent e6e6f69066
commit 2e9ed334e3

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,$(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)/) \
)