'ranlib' doesn't always run on some systems. That's actually
authorRichard Levitte <levitte@openssl.org>
Mon, 25 Sep 2000 08:53:15 +0000 (08:53 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 25 Sep 2000 08:53:15 +0000 (08:53 +0000)
commit4e20a4e688f6d38df1b543f43527afc7b1d0da0b
tree76b12ed68f1ae0a9350c4234ca74f2bb5663c804
parent9ef9e78520eba0fb3d92b581dc4f895a5f464387
'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.
39 files changed:
crypto/Makefile.ssl
crypto/asn1/Makefile.ssl
crypto/bf/Makefile.ssl
crypto/bio/Makefile.ssl
crypto/bn/Makefile.ssl
crypto/buffer/Makefile.ssl
crypto/cast/Makefile.ssl
crypto/comp/Makefile.ssl
crypto/conf/Makefile.ssl
crypto/des/Makefile.ssl
crypto/dh/Makefile.ssl
crypto/dsa/Makefile.ssl
crypto/dso/Makefile.ssl
crypto/err/Makefile.ssl
crypto/evp/Makefile.ssl
crypto/hmac/Makefile.ssl
crypto/idea/Makefile.ssl
crypto/lhash/Makefile.ssl
crypto/md2/Makefile.ssl
crypto/md4/Makefile.ssl
crypto/md5/Makefile.ssl
crypto/mdc2/Makefile.ssl
crypto/objects/Makefile.ssl
crypto/pem/Makefile.ssl
crypto/pkcs12/Makefile.ssl
crypto/pkcs7/Makefile.ssl
crypto/rand/Makefile.ssl
crypto/rc2/Makefile.ssl
crypto/rc4/Makefile.ssl
crypto/rc5/Makefile.ssl
crypto/ripemd/Makefile.ssl
crypto/rsa/Makefile.ssl
crypto/sha/Makefile.ssl
crypto/stack/Makefile.ssl
crypto/txt_db/Makefile.ssl
crypto/x509/Makefile.ssl
crypto/x509v3/Makefile.ssl
rsaref/Makefile.ssl
ssl/Makefile.ssl