summaryrefslogtreecommitdiffstats
path: root/make/libtool.mk
diff options
context:
space:
mode:
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