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