diff options
author | Ben Laurie <ben@openssl.org> | 1999-01-19 23:25:22 +0000 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-01-19 23:25:22 +0000 |
commit | 6f93539970fe8c07f7f68f7b2370f79abf78dcbb (patch) | |
tree | 7a99b6a9eeff05c8f1b3e7735ff32b4d1df340e5 /crypto/buffer | |
parent | 8039257dbcd1d2e96e1d57b607b49cdf0ae78636 (diff) | |
download | openssl-new-6f93539970fe8c07f7f68f7b2370f79abf78dcbb.tar.gz |
This time, get it right.
Diffstat (limited to 'crypto/buffer')
-rw-r--r-- | crypto/buffer/Makefile.ssl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/buffer/Makefile.ssl b/crypto/buffer/Makefile.ssl index aefd7869b0..8f7eb449b2 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 |