From: Dr. Stephen Henson Date: Wed, 26 Jan 2011 16:22:03 +0000 (+0000) Subject: Use ARX in crypto/Makefile X-Git-Tag: OpenSSL-fips-2_0-rc1~843 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6f4b3e7c09f3ea1f0c89ecec9bc45592ebf34ae4;p=oweals%2Fopenssl.git Use ARX in crypto/Makefile --- 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