aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2003-01-16 17:22:30 +0000
committerLutz Jänicke <jaenicke@openssl.org>2003-01-16 17:22:30 +0000
commit018c56fdcad95befe7fe07b51d4c04d9af866c24 (patch)
tree8b66a68a71baf7da048f0ddd3c85dfeeb7bfb373 /crypto/engine
parentd745af4b0cc5d37ffa662aa04dcbfb2855c0f034 (diff)
downloadopenssl-018c56fdcad95befe7fe07b51d4c04d9af866c24.zip
openssl-018c56fdcad95befe7fe07b51d4c04d9af866c24.tar.gz
openssl-018c56fdcad95befe7fe07b51d4c04d9af866c24.tar.bz2
Armor against systems without ranlib...
Submitted by: Thierry Lelegard <thierry.lelegard@canal-plus.fr> PR: 461
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/Makefile.ssl b/crypto/engine/Makefile.ssl
index 144526a..6b99263 100644
--- a/crypto/engine/Makefile.ssl
+++ b/crypto/engine/Makefile.ssl
@@ -46,7 +46,7 @@ all: lib
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
- $(RANLIB) $(LIB)
+ $(RANLIB) $(LIB) || echo Never mind.
@touch lib
files: