aboutsummaryrefslogtreecommitdiff
path: root/crypto/buffer
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-01-19 23:25:22 +0000
committerBen Laurie <ben@openssl.org>1999-01-19 23:25:22 +0000
commit6f93539970fe8c07f7f68f7b2370f79abf78dcbb (patch)
tree7a99b6a9eeff05c8f1b3e7735ff32b4d1df340e5 /crypto/buffer
parent8039257dbcd1d2e96e1d57b607b49cdf0ae78636 (diff)
downloadopenssl-6f93539970fe8c07f7f68f7b2370f79abf78dcbb.zip
openssl-6f93539970fe8c07f7f68f7b2370f79abf78dcbb.tar.gz
openssl-6f93539970fe8c07f7f68f7b2370f79abf78dcbb.tar.bz2
This time, get it right.
Diffstat (limited to 'crypto/buffer')
-rw-r--r--crypto/buffer/Makefile.ssl6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/buffer/Makefile.ssl b/crypto/buffer/Makefile.ssl
index aefd786..8f7eb44 100644
--- a/crypto/buffer/Makefile.ssl
+++ b/crypto/buffer/Makefile.ssl
@@ -85,6 +85,6 @@ $(ERRC).c: $(ERR).err
# 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
+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 buffer.h