summaryrefslogtreecommitdiff
path: root/crypto/bf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-25 08:53:15 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-25 08:53:15 +0000
commit4e20a4e688f6d38df1b543f43527afc7b1d0da0b (patch)
tree76b12ed68f1ae0a9350c4234ca74f2bb5663c804 /crypto/bf
parent9ef9e78520eba0fb3d92b581dc4f895a5f464387 (diff)
downloadopenssl-new-4e20a4e688f6d38df1b543f43527afc7b1d0da0b.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 adc9eec3c6..2d61ec50f4 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