From d6847aed108ca305559dea11241198351730490c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Thu, 20 May 1999 22:18:49 +0000 Subject: 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. --- crypto/txt_db/Makefile.ssl | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'crypto/txt_db') diff --git a/crypto/txt_db/Makefile.ssl b/crypto/txt_db/Makefile.ssl index f9773a68ed..e0ea6d92b3 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 -- cgit v1.2.3