aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-01-26 16:22:03 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-01-26 16:22:03 +0000
commit6f4b3e7c09f3ea1f0c89ecec9bc45592ebf34ae4 (patch)
treee41ba2e76c161cae24f15ead87f0fc27b43f2796 /crypto/Makefile
parent6dff52e858096caa9e6fc9308c99e8f214d0ea8d (diff)
downloadopenssl-6f4b3e7c09f3ea1f0c89ecec9bc45592ebf34ae4.tar.gz
Use ARX in crypto/Makefile
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index 91efa3358e..14938c8ed7 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -100,7 +100,7 @@ links:
lib: $(LIB)
@touch lib
$(LIB): $(LIBOBJ)
- $(AR) $(LIB) $(LIBOBJ)
+ $(ARX) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
shared: buildinf.h lib subdirs