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