From: Jo-Philipp Wich Date: Thu, 24 Feb 2011 00:17:21 +0000 (+0000) Subject: revert r25653 for now, until the full trunk fixups get merged X-Git-Tag: backfire_10.03.1~374 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ec6a3261d736b98442046e1d0619810ba8c80fe7;p=openwrt%2Fsvn-archive%2Fopenwrt.git revert r25653 for now, until the full trunk fixups get merged SVN-Revision: 25681 --- diff --git a/include/autotools.mk b/include/autotools.mk index 306b58802e..68b5835e97 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)/) \ )