diff options
Diffstat (limited to 'crypto/objects/Makefile')
-rw-r--r-- | crypto/objects/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/crypto/objects/Makefile b/crypto/objects/Makefile index 6e9fa2e47f..94e1d4ec5f 100644 --- a/crypto/objects/Makefile +++ b/crypto/objects/Makefile @@ -87,8 +87,8 @@ obj_dat.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h obj_dat.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h obj_dat.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h obj_dat.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h -obj_dat.o: ../../include/openssl/symhacks.h ../cryptlib.h -obj_dat.o: ../include/internal/asn1_int.h obj_dat.c obj_dat.h +obj_dat.o: ../../include/openssl/symhacks.h ../include/internal/asn1_int.h +obj_dat.o: ../include/internal/cryptlib.h obj_dat.c obj_dat.h obj_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h obj_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h obj_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h @@ -105,7 +105,8 @@ obj_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h obj_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h obj_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h obj_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h -obj_lib.o: ../cryptlib.h ../include/internal/asn1_int.h obj_lib.c +obj_lib.o: ../include/internal/asn1_int.h ../include/internal/cryptlib.h +obj_lib.o: obj_lib.c obj_xref.o: ../../e_os.h ../../include/openssl/asn1.h obj_xref.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h obj_xref.o: ../../include/openssl/e_os2.h ../../include/openssl/obj_mac.h |