summaryrefslogtreecommitdiffstats
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, 2 insertions, 1 deletions
diff --git a/crypto/pkcs7/Makefile.ssl b/crypto/pkcs7/Makefile.ssl
index 1757fc39ac..5e8a6808d3 100644
--- a/crypto/pkcs7/Makefile.ssl
+++ b/crypto/pkcs7/Makefile.ssl
@@ -58,7 +58,8 @@ verify: verify.o example.o lib
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
- $(RANLIB) $(LIB)
+ @echo You may get an error following this line. Please ignore.
+ - $(RANLIB) $(LIB)
@touch lib
files: