summaryrefslogtreecommitdiff
path: root/crypto/txt_db
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/txt_db
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/txt_db')
-rw-r--r--crypto/txt_db/Makefile.ssl9
1 files changed, 4 insertions, 5 deletions
diff --git a/crypto/txt_db/Makefile.ssl b/crypto/txt_db/Makefile.ssl
index f9773a68e..e0ea6d92b 100644
--- a/crypto/txt_db/Makefile.ssl
+++ b/crypto/txt_db/Makefile.ssl
@@ -79,8 +79,7 @@ clean:
# DO NOT DELETE THIS LINE -- make depend depends on it.
txt_db.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
-txt_db.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
-txt_db.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
-txt_db.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
-txt_db.o: ../../include/openssl/stack.h ../../include/openssl/txt_db.h
-txt_db.o: ../cryptlib.h ../e_os.h
+txt_db.o: ../../include/openssl/crypto.h ../../include/openssl/err.h
+txt_db.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
+txt_db.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
+txt_db.o: ../../include/openssl/txt_db.h ../cryptlib.h ../e_os.h