summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12
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/pkcs12
parent9ef9e78520eba0fb3d92b581dc4f895a5f464387 (diff)
'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/pkcs12')
-rw-r--r--crypto/pkcs12/Makefile.ssl3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/pkcs12/Makefile.ssl b/crypto/pkcs12/Makefile.ssl
index 8f42d3044d..c92dd27639 100644
--- a/crypto/pkcs12/Makefile.ssl
+++ b/crypto/pkcs12/Makefile.ssl
@@ -45,7 +45,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: