summaryrefslogtreecommitdiffstats
path: root/crypto/krb5
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2003-01-16 17:21:15 +0000
committerLutz Jänicke <jaenicke@openssl.org>2003-01-16 17:21:15 +0000
commit282382cc1431ab75e3a3ef2f2d9ebd5d339252b3 (patch)
treeb2dec7bff5f75b190c7391f281676d35501c0dbd /crypto/krb5
parent0a3aece09629ce318123c5878817302f5e1bb4cf (diff)
Armor against systems without ranlib...
Submitted by: Thierry Lelegard <thierry.lelegard@canal-plus.fr> PR: 461
Diffstat (limited to 'crypto/krb5')
-rw-r--r--crypto/krb5/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/krb5/Makefile.ssl b/crypto/krb5/Makefile.ssl
index cc47c05472..7136d7a402 100644
--- a/crypto/krb5/Makefile.ssl
+++ b/crypto/krb5/Makefile.ssl
@@ -41,7 +41,7 @@ all: lib
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
- $(RANLIB) $(LIB)
+ $(RANLIB) $(LIB) || echo Never mind.
@touch lib
files: