From 44e362bfbe1753ca1109f9ed4f036d7a4f93fbae Mon Sep 17 00:00:00 2001 From: levitte Date: Mon, 25 Sep 2000 08:52:24 +0000 Subject: '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/bf/Makefile.ssl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto/bf') diff --git a/crypto/bf/Makefile.ssl b/crypto/bf/Makefile.ssl index adc9eec3c..2d61ec50f 100644 --- a/crypto/bf/Makefile.ssl +++ b/crypto/bf/Makefile.ssl @@ -44,7 +44,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 # elf -- cgit v1.2.1