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