summaryrefslogtreecommitdiffstats
path: root/include/autotools.mk
diff options
context:
space:
mode:
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-02-20 23:40:53 +0000
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-02-20 23:40:53 +0000
commit062a258f588a3eea1f4d2154069828cce77e55bf (patch)
tree86f305f4dacf5820fd52614353c7c3ee15e541f5 /include/autotools.mk
parentd0f76caa10028fbdbff38d8eed9442c85202b37f (diff)
autotools.mk: Don't try to fixup .la files in the DevInstall host path, because
those .la files shouldn't go there anyway. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19785 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/autotools.mk')
-rw-r--r--include/autotools.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/autotools.mk b/include/autotools.mk
index f85026a94..e1535d0b1 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