summaryrefslogtreecommitdiffstats
path: root/crypto/comp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/comp/Makefile')
-rw-r--r--crypto/comp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/comp/Makefile b/crypto/comp/Makefile
index efda832dce..5d364b8513 100644
--- a/crypto/comp/Makefile
+++ b/crypto/comp/Makefile
@@ -36,7 +36,7 @@ top:
all: lib
lib: $(LIBOBJ)
- $(AR) $(LIB) $(LIBOBJ)
+ $(ARX) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib