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