From: Dr. Stephen Henson Date: Tue, 25 Jan 2011 12:15:10 +0000 (+0000) Subject: revert Makefile change X-Git-Tag: OpenSSL-fips-2_0-rc1~869 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=6e0375d504c4bc8daec5a938c9d3232db3a72500;hp=7d05edd12e893b8d72ea2a8f5bcdedd62614570b revert Makefile change --- diff --git a/crypto/ec/Makefile b/crypto/ec/Makefile index 13c1345e3a..51f56936fc 100644 --- a/crypto/ec/Makefile +++ b/crypto/ec/Makefile @@ -38,7 +38,7 @@ top: all: lib lib: $(LIBOBJ) - $(ARX) $(LIB) $(LIBOBJ) + $(AR) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch lib