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/idea/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/idea') diff --git a/crypto/idea/Makefile b/crypto/idea/Makefile index f35d38b194..b2e7add666 100644 --- a/crypto/idea/Makefile +++ b/crypto/idea/Makefile @@ -33,7 +33,7 @@ top: all: lib lib: $(LIBOBJ) - $(ARX) $(LIB) $(LIBOBJ) + $(AR) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch lib -- cgit v1.2.1