From: Richard Levitte Date: Mon, 19 Oct 2015 18:53:14 +0000 (+0200) Subject: make update X-Git-Tag: OpenSSL_1_1_0-pre1~400 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=15db6a40d3569789329d3f6f84e47e0e0e8f9caa make update Reviewed-by: Matt Caswell --- diff --git a/crypto/ct/Makefile b/crypto/ct/Makefile index 813e5baaed..2f55a2d560 100644 --- a/crypto/ct/Makefile +++ b/crypto/ct/Makefile @@ -63,6 +63,13 @@ clean: # DO NOT DELETE THIS LINE -- make depend depends on it. +ct_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h +ct_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h +ct_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h +ct_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h +ct_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h +ct_err.o: ../../include/openssl/symhacks.h ../include/internal/ct_int.h +ct_err.o: ct_err.c ct_lib.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h ct_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h ct_lib.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h diff --git a/crypto/err/Makefile b/crypto/err/Makefile index e384e62e23..dcd7347865 100644 --- a/crypto/err/Makefile +++ b/crypto/err/Makefile @@ -86,7 +86,8 @@ err_all.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h err_all.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h err_all.o: ../../include/openssl/ts.h ../../include/openssl/ui.h err_all.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h -err_all.o: ../../include/openssl/x509v3.h err_all.c +err_all.o: ../../include/openssl/x509v3.h ../include/internal/ct_int.h +err_all.o: err_all.c err_prn.o: ../../e_os.h ../../include/openssl/bio.h err_prn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h err_prn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h