From 6b4effd906746b85cb5272ea682187a23d750ed8 Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 26 Jan 2011 16:07:51 +0000 Subject: Change AR to ARX to allow exclusion of fips object modules --- crypto/stack/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/stack') diff --git a/crypto/stack/Makefile b/crypto/stack/Makefile index 5327692ac..489a77b93 100644 --- a/crypto/stack/Makefile +++ b/crypto/stack/Makefile @@ -33,7 +33,7 @@ top: all: lib lib: $(LIBOBJ) - $(AR) $(LIB) $(LIBOBJ) + $(ARX) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch lib -- cgit v1.2.1