Use ARX in crypto/Makefile
authorDr. Stephen Henson <steve@openssl.org>
Wed, 26 Jan 2011 16:22:03 +0000 (16:22 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 26 Jan 2011 16:22:03 +0000 (16:22 +0000)
crypto/Makefile

index 91efa3358e3b86d0d558fb5b7573912b5e7c6b6d..14938c8ed799e02ebb3fd9b87bf98a20d9f09777 100644 (file)
@@ -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