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