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