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