From bd2e3ccd6ff5041593f064eac929e3cf5374d474 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sat, 20 Feb 2010 23:40:53 +0000 Subject: autotools.mk: Don't try to fixup .la files in the DevInstall host path, because those .la files shouldn't go there anyway. SVN-Revision: 19785 --- include/autotools.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/autotools.mk') diff --git a/include/autotools.mk b/include/autotools.mk index f85026a944..e1535d0b16 100644 --- a/include/autotools.mk +++ b/include/autotools.mk @@ -38,9 +38,6 @@ define libtool_fixup_libdir find $(1) -name '*.la' | $(XARGS) \ $(SED) "s,\(^libdir='\| \|-L\|^dependency_libs='\)/usr/lib,\1$(STAGING_DIR)/usr/lib,g" \ -e "s,$(STAGING_DIR)/usr/lib/\(libstdc++\|libsupc++\).la,$(TOOLCHAIN_DIR)/usr/lib/\1.la,g" - find $(2) -name '*.la' | $(XARGS) \ - $(SED) "s,\(^libdir='\| \|-L\|^dependency_libs='\)/usr/lib,\1$(STAGING_DIR)/usr/lib,g" \ - -e "s,$(STAGING_DIR)/usr/lib/\(libstdc++\|libsupc++\).la,$(TOOLCHAIN_DIR)/usr/lib/\1.la,g" endef define remove_version_check -- cgit v1.2.3