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