summaryrefslogtreecommitdiffstats
path: root/crypto/buffer
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-23 22:50:50 +0000
committerBodo Möller <bodo@openssl.org>1999-04-23 22:50:50 +0000
commitbf57da0717c4de574fed76bd08d5504a8b57cae3 (patch)
tree683105d7f21579ad8747aae68f3d4767b4d5d37f /crypto/buffer
parent018b4ee9bb2d3618f06725165c43d61771bb2cd2 (diff)
"make depend"
Submitted by: Reviewed by: PR:
Diffstat (limited to 'crypto/buffer')
-rw-r--r--crypto/buffer/Makefile.ssl9
1 files changed, 5 insertions, 4 deletions
diff --git a/crypto/buffer/Makefile.ssl b/crypto/buffer/Makefile.ssl
index 63e118826c..d0a4080cd2 100644
--- a/crypto/buffer/Makefile.ssl
+++ b/crypto/buffer/Makefile.ssl
@@ -84,7 +84,8 @@ $(ERRC).c: $(ERR).err
# DO NOT DELETE THIS LINE -- make depend depends on it.
-buf_err.o: ../../include/err.h buffer.h
-buffer.o: ../../include/bio.h ../../include/e_os.h ../../include/err.h
-buffer.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h
-buffer.o: buffer.h
+buf_err.o: ../../include/openssl/buffer.h ../../include/openssl/err.h
+buffer.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
+buffer.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
+buffer.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
+buffer.o: ../../include/openssl/stack.h ../cryptlib.h