summaryrefslogtreecommitdiffstats
path: root/crypto/cast/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cast/Makefile.ssl')
-rw-r--r--crypto/cast/Makefile.ssl3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/cast/Makefile.ssl b/crypto/cast/Makefile.ssl
index afba084e8b..0aa1cbc55a 100644
--- a/crypto/cast/Makefile.ssl
+++ b/crypto/cast/Makefile.ssl
@@ -47,7 +47,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
# elf