From 119be717c128f9bf6ae26c96dd46157a1a65e0a8 Mon Sep 17 00:00:00 2001 From: bodo Date: Fri, 9 Mar 2001 14:00:30 +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/txt_db/Makefile.ssl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crypto/txt_db') diff --git a/crypto/txt_db/Makefile.ssl b/crypto/txt_db/Makefile.ssl index ea9de1487..f681065da 100644 --- a/crypto/txt_db/Makefile.ssl +++ b/crypto/txt_db/Makefile.ssl @@ -40,8 +40,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 files: -- cgit v1.2.1