Delete extra ;
[oweals/openssl.git] / crypto / evp / Makefile.ssl
index a2c5653e19cce29253fcdb25a949477e59f0b791..0e7f2e19214914d404a7efff97c5f245292078a8 100644 (file)
@@ -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:
@@ -516,8 +515,8 @@ evp_key.o: ../../include/openssl/rd_fst.h ../../include/openssl/rijndael.h
 evp_key.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
 evp_key.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
 evp_key.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
-evp_key.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
-evp_key.o: ../cryptlib.h evp_key.c
+evp_key.o: ../../include/openssl/ui.h ../../include/openssl/x509.h
+evp_key.o: ../../include/openssl/x509_vfy.h ../cryptlib.h evp_key.c
 evp_lib.o: ../../e_os.h ../../include/openssl/asn1.h
 evp_lib.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
 evp_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h