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