Change AR to ARX to allow exclusion of fips object modules
[openssl.git] / crypto / ec / Makefile
index 51f56936fc30ee0093a44d9350222bca25c1f5d8..13c1345e3af06d430513268f5e113adacfcbf087 100644 (file)
@@ -38,7 +38,7 @@ top:
 all:   lib
 
 lib:   $(LIBOBJ)
-       $(AR) $(LIB) $(LIBOBJ)
+       $(ARX) $(LIB) $(LIBOBJ)
        $(RANLIB) $(LIB) || echo Never mind.
        @touch lib