Change AR to ARX to allow exclusion of fips object modules
[openssl.git] / crypto / rand / Makefile
index 27694aa66498935d1327697c9c8a0a3035891476..41c39644a74fd8e6d24e6f5cd3a5f14880b7af6d 100644 (file)
@@ -35,7 +35,7 @@ top:
 all:   lib
 
 lib:   $(LIBOBJ)
-       $(AR) $(LIB) $(LIBOBJ)
+       $(ARX) $(LIB) $(LIBOBJ)
        $(RANLIB) $(LIB) || echo Never mind.
        @touch lib