diff options
Diffstat (limited to 'crypto/openssl/crypto/rc4/Makefile.save')
-rw-r--r-- | crypto/openssl/crypto/rc4/Makefile.save | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/rc4/Makefile.save b/crypto/openssl/crypto/rc4/Makefile.save index 53eac20..8ffff0a 100644 --- a/crypto/openssl/crypto/rc4/Makefile.save +++ b/crypto/openssl/crypto/rc4/Makefile.save @@ -47,7 +47,8 @@ all: lib lib: $(LIBOBJ) $(AR) $(LIB) $(LIBOBJ) - $(RANLIB) $(LIB) + @echo You may get an error following this line. Please ignore. + - $(RANLIB) $(LIB) @touch lib # elf |