summaryrefslogtreecommitdiff
path: root/crypto/pkcs7/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pkcs7/Makefile.ssl')
-rw-r--r--crypto/pkcs7/Makefile.ssl3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/pkcs7/Makefile.ssl b/crypto/pkcs7/Makefile.ssl
index e320fedab..26ee99de8 100644
--- a/crypto/pkcs7/Makefile.ssl
+++ b/crypto/pkcs7/Makefile.ssl
@@ -61,8 +61,7 @@ verify: verify.o example.o lib
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
- @echo You may get an error following this line. Please ignore.
- - $(RANLIB) $(LIB)
+ $(RANLIB) $(LIB) || echo Never mind.
@touch lib
files: