summaryrefslogtreecommitdiff
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
commit33dadd70ab731f48bac9e48bca73cd354a933db4 (patch)
treee4cb6ebfec69a580d108f6ad4e06a3aa4688004a /package/Makefile
parentd8bea7da9ac837eb7d23183ad58614120dd7d903 (diff)
downloadmtk-20170518-33dadd70ab731f48bac9e48bca73cd354a933db4.zip
mtk-20170518-33dadd70ab731f48bac9e48bca73cd354a933db4.tar.gz
mtk-20170518-33dadd70ab731f48bac9e48bca73cd354a933db4.tar.bz2
mklibs: update to 0.1.34 (v2)
SVN-Revision: 32165
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 7d2c42d..5d942ca 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 \