summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/Makefile')
-rw-r--r--crypto/asn1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/Makefile b/crypto/asn1/Makefile
index 8736a8a3e8..15de9f7c22 100644
--- a/crypto/asn1/Makefile
+++ b/crypto/asn1/Makefile
@@ -65,7 +65,7 @@ pk: pk.c
all: lib
lib: $(LIBOBJ)
- $(AR) $(LIB) $(LIBOBJ)
+ $(ARX) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib