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