aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/buffer
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-01-19 21:36:31 +0000
committerBen Laurie <ben@openssl.org>1999-01-19 21:36:31 +0000
commit8039257dbcd1d2e96e1d57b607b49cdf0ae78636 (patch)
tree5689dcf67c9bff1b069e1c785c9da80e413703f3 /crypto/buffer
parentb13a1554925a173e04bb9802cbc123b40746a6fc (diff)
downloadopenssl-8039257dbcd1d2e96e1d57b607b49cdf0ae78636.tar.gz
Finally lay dependencies to rest (I hope!).
Diffstat (limited to 'crypto/buffer')
-rw-r--r--crypto/buffer/Makefile.ssl6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/buffer/Makefile.ssl b/crypto/buffer/Makefile.ssl
index 756e8b1e2d..aefd7869b0 100644
--- a/crypto/buffer/Makefile.ssl
+++ b/crypto/buffer/Makefile.ssl
@@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include
CFLAG=-g
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ssl
-MAKEDEPEND= makedepend -f Makefile.ssl
+MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
AR= ar r
@@ -84,3 +84,7 @@ $(ERRC).c: $(ERR).err
perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+buf_err.o: ../../include/err.h buffer.h ../../include/bio.h
+buffer.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+buffer.o: ../cryptlib.h ../crypto.h buffer.h