From: jow Date: Thu, 24 Feb 2011 00:17:21 +0000 (+0000) Subject: [backfire] revert r25653 for now, until the full trunk fixups get merged X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=2e9ed334e37dfce9a28ed310d0c3e16fdf1c7e22 [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 --- diff --git a/include/autotools.mk b/include/autotools.mk index 306b58802..68b5835e9 100644 --- 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)/) \ )