From 167c9d4a4870d969f43776836d3f08766e0b08d0 Mon Sep 17 00:00:00 2001 From: jow Date: Mon, 21 Feb 2011 20:57:46 +0000 Subject: [PATCH] [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 --- include/autotools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/autotools.mk b/include/autotools.mk index 68b5835e9..306b58802 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)/) \ ) -- 2.35.1