From f072785eb4de0ed808cbdf1e3004656cd26fc586 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 18 Oct 2014 23:47:03 +0100 Subject: Remove fipscanister build functionality from makefiles. Reviewed-by: Tim Hudson --- crypto/store/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/store') diff --git a/crypto/store/Makefile b/crypto/store/Makefile index 2d42517d16..0dcfd7857a 100644 --- a/crypto/store/Makefile +++ b/crypto/store/Makefile @@ -35,7 +35,7 @@ top: all: lib lib: $(LIBOBJ) - $(ARX) $(LIB) $(LIBOBJ) + $(AR) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch lib -- cgit v1.2.3