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