From: Jo-Philipp Wich Date: Mon, 21 Feb 2011 20:57:46 +0000 (+0000) Subject: [backfire] autotools.mk: the old libtool fixup never fully worked, correct it X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=a94ea903e92843338cf0e46d8c2ccb563e539331 [backfire] autotools.mk: the old libtool fixup never fully worked, correct it SVN-Revision: 25653 --- diff --git a/include/autotools.mk b/include/autotools.mk index 68b5835e97..306b58802e 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,$(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)/) \ )