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