diff options
Diffstat (limited to 'crypto/err/Makefile.ssl')
-rw-r--r-- | crypto/err/Makefile.ssl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/err/Makefile.ssl b/crypto/err/Makefile.ssl index 465f0e388..adfd1fd0b 100644 --- a/crypto/err/Makefile.ssl +++ b/crypto/err/Makefile.ssl @@ -40,8 +40,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: |