From eb3633164eb2edf50aa9389eb22bf8e10eca283c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 11 Oct 2000 02:04:16 +0000 Subject: Fix from main trunk, 2000-09-25 10:52 levitte: 'ranlib' doesn't always run on some systems. That's actually acceptable, since all that happens if it fails is a library with an index, which makes linking slower, but still working correctly. --- crypto/txt_db/Makefile.ssl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto/txt_db') diff --git a/crypto/txt_db/Makefile.ssl b/crypto/txt_db/Makefile.ssl index 0e900ce748..567202abb7 100644 --- a/crypto/txt_db/Makefile.ssl +++ b/crypto/txt_db/Makefile.ssl @@ -39,7 +39,8 @@ all: lib lib: $(LIBOBJ) $(AR) $(LIB) $(LIBOBJ) - $(RANLIB) $(LIB) + @echo You may get an error following this line. Please ignore. + - $(RANLIB) $(LIB) @touch lib files: -- cgit v1.2.3