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