aboutsummaryrefslogtreecommitdiffstats
path: root/make/gcc-linux.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/gcc-linux.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/gcc-linux.mk')
-rw-r--r--make/gcc-linux.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/gcc-linux.mk b/make/gcc-linux.mk
index d773de4e..e4fdbe02 100644
--- a/make/gcc-linux.mk
+++ b/make/gcc-linux.mk
@@ -45,8 +45,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