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