diff options
author | Richard Levitte <levitte@openssl.org> | 2015-05-14 14:58:15 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-05-14 15:14:25 +0200 |
commit | c40dba984a626fb622bb4264bd8e297236bbfd2b (patch) | |
tree | eec075f71d8c1c3e31e30be7772c793058748628 /crypto/Makefile | |
parent | Identify and move OpenSSL internal header files (diff) | |
download | openssl-c40dba984a626fb622bb4264bd8e297236bbfd2b.tar.xz openssl-c40dba984a626fb622bb4264bd8e297236bbfd2b.zip |
make depend
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/Makefile')
-rw-r--r-- | crypto/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/Makefile b/crypto/Makefile index de74a0fe25..33ec1b83b3 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -182,8 +182,8 @@ mem_dbg.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h mem_dbg.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h mem_dbg.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.h mem_dbg.o: mem_dbg.c -o_dir.o: ../e_os.h ../include/openssl/e_os2.h ../include/openssl/opensslconf.h -o_dir.o: LPdir_unix.c o_dir.c o_dir.h +o_dir.o: ../e_os.h ../include/internal/o_dir.h ../include/openssl/e_os2.h +o_dir.o: ../include/openssl/opensslconf.h LPdir_unix.c o_dir.c o_fips.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h o_fips.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h o_fips.o: ../include/openssl/err.h ../include/openssl/lhash.h @@ -197,8 +197,8 @@ o_init.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h o_init.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h o_init.o: ../include/openssl/safestack.h ../include/openssl/stack.h o_init.o: ../include/openssl/symhacks.h o_init.c -o_str.o: ../e_os.h ../include/openssl/e_os2.h ../include/openssl/opensslconf.h -o_str.o: o_str.c o_str.h +o_str.o: ../e_os.h ../include/internal/o_str.h ../include/openssl/e_os2.h +o_str.o: ../include/openssl/opensslconf.h o_str.c o_time.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h o_time.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h o_time.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h |