summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/evp/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/crypto/evp/Makefile.ssl')
-rw-r--r--lib/libssl/src/crypto/evp/Makefile.ssl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/evp/Makefile.ssl b/lib/libssl/src/crypto/evp/Makefile.ssl
index ad39fcc9e74..624168031d0 100644
--- a/lib/libssl/src/crypto/evp/Makefile.ssl
+++ b/lib/libssl/src/crypto/evp/Makefile.ssl
@@ -58,7 +58,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: