diff options
Diffstat (limited to 'ssl/Makefile.ssl')
-rw-r--r-- | ssl/Makefile.ssl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ssl/Makefile.ssl b/ssl/Makefile.ssl index 7fb8112a6e..066395974b 100644 --- a/ssl/Makefile.ssl +++ b/ssl/Makefile.ssl @@ -59,8 +59,7 @@ all: lib lib: $(LIBOBJ) $(AR) $(LIB) $(LIBOBJ) - @echo You may get an error following this line. Please ignore. - - $(RANLIB) $(LIB) + $(RANLIB) $(LIB) || echo Never mind. @touch lib files: |