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