From df6de39fe7373808a68cc457f3efbe79a2d95ea0 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 26 Jan 2011 16:08:08 +0000 Subject: Change AR to ARX to allow exclusion of fips object modules --- crypto/objects/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/objects') diff --git a/crypto/objects/Makefile b/crypto/objects/Makefile index a8aedbd422..94fd7aae7c 100644 --- a/crypto/objects/Makefile +++ b/crypto/objects/Makefile @@ -34,7 +34,7 @@ top: all: obj_dat.h obj_xref.h lib lib: $(LIBOBJ) - $(AR) $(LIB) $(LIBOBJ) + $(ARX) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch lib -- cgit v1.2.3