diff options
author | Richard Levitte <levitte@openssl.org> | 2015-05-14 17:38:31 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-05-14 17:38:31 +0200 |
commit | a3aadb2d9c85bc958a428a17ef5d6c9de5ef87b8 (patch) | |
tree | f1d5fea279a0b03ca076a2e8dc16b8717651cf0e /crypto/buffer | |
parent | Add -Iinclude to crypto/ compiles (diff) | |
download | openssl-a3aadb2d9c85bc958a428a17ef5d6c9de5ef87b8.tar.xz openssl-a3aadb2d9c85bc958a428a17ef5d6c9de5ef87b8.zip |
make depend
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/buffer')
-rw-r--r-- | crypto/buffer/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/crypto/buffer/Makefile b/crypto/buffer/Makefile index d87738ccb2..96261f153f 100644 --- a/crypto/buffer/Makefile +++ b/crypto/buffer/Makefile @@ -71,11 +71,13 @@ buf_str.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h buf_str.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h buf_str.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h buf_str.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h -buf_str.o: ../../include/openssl/symhacks.h ../cryptlib.h buf_str.c +buf_str.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h +buf_str.o: buf_str.c buffer.o: ../../e_os.h ../../include/openssl/bio.h buffer.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h buffer.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h buffer.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h buffer.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h buffer.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h -buffer.o: ../../include/openssl/symhacks.h ../cryptlib.h buffer.c +buffer.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h +buffer.o: buffer.c |