summaryrefslogtreecommitdiffstats
path: root/crypto/x509/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509/Makefile.ssl')
-rw-r--r--crypto/x509/Makefile.ssl3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/x509/Makefile.ssl b/crypto/x509/Makefile.ssl
index f8e59666c9..55356c680b 100644
--- a/crypto/x509/Makefile.ssl
+++ b/crypto/x509/Makefile.ssl
@@ -49,7 +49,8 @@ all: lib
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
- $(RANLIB) $(LIB)
+ @echo You may get an error following this line. Please ignore.
+ - $(RANLIB) $(LIB)
@touch lib
files: