diff options
Diffstat (limited to 'crypto/evp/Makefile.ssl')
-rw-r--r-- | crypto/evp/Makefile.ssl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/evp/Makefile.ssl b/crypto/evp/Makefile.ssl index a2c5653e19..cb34098c07 100644 --- a/crypto/evp/Makefile.ssl +++ b/crypto/evp/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: |