aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2012-06-10 17:07:46 +0000
committerLuka Perkov <luka@openwrt.org>2012-06-10 17:07:46 +0000
commit57c29c33cbf109d36720db7981a9be37fba09fad (patch)
tree748a052f3a88a3494e1ec1d97312b26cc393aec1 /package/Makefile
parent7ab936db65e5ddca5dfecf998a0f1bb53e4c5f8e (diff)
downloadmaster-187ad058-57c29c33cbf109d36720db7981a9be37fba09fad.tar.gz
master-187ad058-57c29c33cbf109d36720db7981a9be37fba09fad.tar.bz2
master-187ad058-57c29c33cbf109d36720db7981a9be37fba09fad.zip
[tools] mklibs: update to 0.1.34 (v2)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32165 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index 7d2c42d8b8..5d942ca783 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 \