summaryrefslogtreecommitdiff
path: root/crypto/rc5/Makefile.ssl
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/rc5/Makefile.ssl
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/rc5/Makefile.ssl')
-rw-r--r--crypto/rc5/Makefile.ssl3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/rc5/Makefile.ssl b/crypto/rc5/Makefile.ssl
index 3d1685602..cf5d17685 100644
--- a/crypto/rc5/Makefile.ssl
+++ b/crypto/rc5/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