summaryrefslogtreecommitdiffstats
path: root/make/libtool.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-10 17:32:59 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-10 17:32:59 +0200
commitdd66ea8160e79003aa407a423a92899427ea6ffe (patch)
treee016aa7d670ed01f817c7552b4f9c7f050ddf58b /make/libtool.mk
parent7398ef88b78d04b1428ed6336325a89f55117841 (diff)
downloadqpdf-dd66ea8160e79003aa407a423a92899427ea6ffe.tar.zst
ar, ranlib
git-svn-id: svn+q:///qpdf/trunk@760 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'make/libtool.mk')
-rw-r--r--make/libtool.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/libtool.mk b/make/libtool.mk
index b9fda1d5..c0e6e52b 100644
--- a/make/libtool.mk
+++ b/make/libtool.mk
@@ -61,8 +61,8 @@ endef
# Usage: $(call makeslib,objs,library)
define makeslib
$(RM) $2
- ar cru $(2) $(1)
- ranlib $(2)
+ $(AR) cru $(2) $(1)
+ $(RANLIB) $(2)
endef
# 1 2 3 4 5