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/md4/Makefile.ssl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto/md4') diff --git a/crypto/md4/Makefile.ssl b/crypto/md4/Makefile.ssl index 5341bf5b46..bc38badb0a 100644 --- a/crypto/md4/Makefile.ssl +++ b/crypto/md4/Makefile.ssl @@ -40,7 +40,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