Change AR to ARX to allow exclusion of fips object modules
[openssl.git] / crypto / bn / Makefile
index fc767926bb513721537a2cc14882975270c85efd..5301fb80b9789354ec755d5f047fd1f6c1a55375 100644 (file)
@@ -56,7 +56,7 @@ bnbug: bnbug.c ../../libcrypto.a top
        cc -g -I../../include bnbug.c -o bnbug ../../libcrypto.a
 
 lib:   $(LIBOBJ)
-       $(AR) $(LIB) $(LIBOBJ)
+       $(ARX) $(LIB) $(LIBOBJ)
        $(RANLIB) $(LIB) || echo Never mind.
        @touch lib