summaryrefslogtreecommitdiffstats
path: root/crypto/pem/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pem/Makefile.ssl')
-rw-r--r--crypto/pem/Makefile.ssl3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/pem/Makefile.ssl b/crypto/pem/Makefile.ssl
index ed89109218..111dbc1ae4 100644
--- a/crypto/pem/Makefile.ssl
+++ b/crypto/pem/Makefile.ssl
@@ -40,7 +40,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: