aboutsummaryrefslogtreecommitdiff
path: root/crypto/mdc2/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/mdc2/Makefile.ssl')
-rw-r--r--crypto/mdc2/Makefile.ssl3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/mdc2/Makefile.ssl b/crypto/mdc2/Makefile.ssl
index a50de0f..4b1b3e3 100644
--- a/crypto/mdc2/Makefile.ssl
+++ b/crypto/mdc2/Makefile.ssl
@@ -39,7 +39,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: