summaryrefslogtreecommitdiff
path: root/crypto/bf
diff options
context:
space:
mode:
authorlevitte <levitte>2000-09-25 08:52:24 +0000
committerlevitte <levitte>2000-09-25 08:52:24 +0000
commit44e362bfbe1753ca1109f9ed4f036d7a4f93fbae (patch)
treee29d8db6d9c1acf81a4f11fcaa4eee4849fdae73 /crypto/bf
parent9fe4204c64665bb2b07c4ef33d19c0f5877d6ddc (diff)
downloadopenssl-44e362bfbe1753ca1109f9ed4f036d7a4f93fbae.tar.gz
'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.
Diffstat (limited to 'crypto/bf')
-rw-r--r--crypto/bf/Makefile.ssl3
1 files changed, 2 insertions, 1 deletions
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