From 3060881070cec7e44f64aab8b61c15d6d117ca5f Mon Sep 17 00:00:00 2001 From: luka Date: Sun, 10 Jun 2012 17:07:46 +0000 Subject: [tools] mklibs: update to 0.1.34 (v2) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32165 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/Makefile b/package/Makefile index 7d2c42d8b..5d942ca78 100644 --- a/package/Makefile +++ b/package/Makefile @@ -38,7 +38,7 @@ ifdef CONFIG_USE_MKLIBS file -r -N -F '' {} + | \ awk ' /shared object/ { print $$1 }' >> $(TMP_DIR)/mklibs-progs mkdir -p $(TMP_DIR)/mklibs-out - $(STAGING_DIR_HOST)/bin/mklibs.py -D \ + $(STAGING_DIR_HOST)/bin/mklibs -D \ -d $(TMP_DIR)/mklibs-out \ --sysroot $(STAGING_DIR_ROOT) \ -L /lib \ -- cgit v1.2.3