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
This commit is contained in:
Lars-Peter Clausen 2010-02-20 23:40:53 +00:00
parent d6b0f9d093
commit bd2e3ccd6f
1 changed files with 0 additions and 3 deletions

View File

@ -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