Change AR to ARX to allow exclusion of fips object modules
[openssl.git] / crypto / rc4 / Makefile
index aa25be6fff7a86cfdd612a681545778451341c6b..3e1708980c87b1b909a26cb6a5c9448cd41035a2 100644 (file)
@@ -37,7 +37,7 @@ top:
 all:   lib
 
 lib:   $(LIBOBJ)
-       $(AR) $(LIB) $(LIBOBJ)
+       $(ARX) $(LIB) $(LIBOBJ)
        $(RANLIB) $(LIB) || echo Never mind.
        @touch lib