summaryrefslogtreecommitdiff
path: root/crypto/buffer
diff options
context:
space:
mode:
authorbodo <bodo>1999-05-20 22:18:27 +0000
committerbodo <bodo>1999-05-20 22:18:27 +0000
commitccd9ac5fab11664e1242d6a4ae940999660487ac (patch)
treea7ca54915e5cdb61e04827f4c665c6caa8f2238b /crypto/buffer
parent3d34dee2504cac612530c59f68b568f3f81e3453 (diff)
downloadopenssl-ccd9ac5fab11664e1242d6a4ae940999660487ac.tar.gz
Add a kludge :-(
There were problems with putting e_os.h just into the top directory, because the test programs are compiled within test/ in the "standard" case in in their original directories in the makefile.one case; and in the latter symlinks may not be available.
Diffstat (limited to 'crypto/buffer')
-rw-r--r--crypto/buffer/Makefile.ssl7
1 files changed, 3 insertions, 4 deletions
diff --git a/crypto/buffer/Makefile.ssl b/crypto/buffer/Makefile.ssl
index 67a1c2246..51c008fea 100644
--- a/crypto/buffer/Makefile.ssl
+++ b/crypto/buffer/Makefile.ssl
@@ -80,7 +80,6 @@ clean:
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_os2.h
-buffer.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
-buffer.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
-buffer.o: ../cryptlib.h ../e_os.h
+buffer.o: ../../include/openssl/crypto.h ../../include/openssl/err.h
+buffer.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
+buffer.o: ../../include/openssl/stack.h ../cryptlib.h ../e_os.h