From 4e20b1a65628c299d078f8658787a2203171a285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Fri, 9 Mar 2001 14:01:42 +0000 Subject: Instead of telling both 'make' and the user that ranlib errors can be tolerated, hide the error from 'make'. This gives shorter output both if ranlib fails and if it works. --- crypto/bf/Makefile.ssl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crypto/bf') diff --git a/crypto/bf/Makefile.ssl b/crypto/bf/Makefile.ssl index e27bf6306a..1b1cb8842f 100644 --- a/crypto/bf/Makefile.ssl +++ b/crypto/bf/Makefile.ssl @@ -45,8 +45,7 @@ all: lib lib: $(LIBOBJ) $(AR) $(LIB) $(LIBOBJ) - @echo You may get an error following this line. Please ignore. - - $(RANLIB) $(LIB) + $(RANLIB) $(LIB) || echo Never mind. @touch lib # elf -- cgit v1.2.3