summaryrefslogtreecommitdiff
path: root/crypto/txt_db
diff options
context:
space:
mode:
authorbodo <bodo>2001-03-09 14:00:30 +0000
committerbodo <bodo>2001-03-09 14:00:30 +0000
commit119be717c128f9bf6ae26c96dd46157a1a65e0a8 (patch)
treebb0cdd2e62b36c0c9ede7a26d142a122e2640515 /crypto/txt_db
parentdb7d14a7aef51fa41c7d91e16e15c87270cebcf6 (diff)
downloadopenssl-119be717c128f9bf6ae26c96dd46157a1a65e0a8.tar.gz
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.
Diffstat (limited to 'crypto/txt_db')
-rw-r--r--crypto/txt_db/Makefile.ssl3
1 files changed, 1 insertions, 2 deletions
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: