From: Lutz Jänicke Date: Thu, 16 Jan 2003 17:21:15 +0000 (+0000) Subject: Armor against systems without ranlib... X-Git-Tag: OpenSSL_0_9_7a~55 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=282382cc1431ab75e3a3ef2f2d9ebd5d339252b3;p=oweals%2Fopenssl.git Armor against systems without ranlib... Submitted by: Thierry Lelegard PR: 461 --- diff --git a/crypto/engine/Makefile.ssl b/crypto/engine/Makefile.ssl index cecc06f28c..847d672400 100644 --- a/crypto/engine/Makefile.ssl +++ b/crypto/engine/Makefile.ssl @@ -50,7 +50,7 @@ all: lib lib: $(LIBOBJ) $(AR) $(LIB) $(LIBOBJ) - $(RANLIB) $(LIB) + $(RANLIB) $(LIB) || echo Never mind. @touch lib files: 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: diff --git a/crypto/ocsp/Makefile.ssl b/crypto/ocsp/Makefile.ssl index 4b2d8ec8bb..8d5a85a55c 100644 --- a/crypto/ocsp/Makefile.ssl +++ b/crypto/ocsp/Makefile.ssl @@ -43,7 +43,7 @@ all: lib lib: $(LIBOBJ) $(AR) $(LIB) $(LIBOBJ) - $(RANLIB) $(LIB) + $(RANLIB) $(LIB) || echo Never mind. @touch lib files: diff --git a/crypto/ui/Makefile.ssl b/crypto/ui/Makefile.ssl index 256f536a68..90ae7d4a4a 100644 --- a/crypto/ui/Makefile.ssl +++ b/crypto/ui/Makefile.ssl @@ -44,7 +44,7 @@ all: lib lib: $(LIBOBJ) $(AR) $(LIB) $(LIBOBJ) - $(RANLIB) $(LIB) + $(RANLIB) $(LIB) || echo Never mind. @touch lib files: