From ec6a3261d736b98442046e1d0619810ba8c80fe7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 24 Feb 2011 00:17:21 +0000 Subject: [PATCH] revert r25653 for now, until the full trunk fixups get merged SVN-Revision: 25681 --- include/autotools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)/) \ ) -- 2.30.2