Change AR to ARX to allow exclusion of fips object modules
[openssl.git] / crypto / pkcs12 / Makefile
index 45e4ab83e48c95c1c636522c506917276ed78dd8..5ace911690bfc6a8aa08661f6f2c7f52e20850b0 100644 (file)
@@ -1,5 +1,5 @@
 #
-# SSLeay/crypto/pkcs12/Makefile
+# OpenSSL/crypto/pkcs12/Makefile
 #
 
 DIR=   pkcs12
@@ -39,7 +39,7 @@ test:
 all:   lib
 
 lib:   $(LIBOBJ)
-       $(AR) $(LIB) $(LIBOBJ)
+       $(ARX) $(LIB) $(LIBOBJ)
        $(RANLIB) $(LIB) || echo Never mind.
        @touch lib