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