From 17e3dd1c62e9aadcd908c55e650f70379d2d19e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Thu, 20 May 1999 21:59:20 +0000 Subject: Don't install e_os.h in include/openssl, use it only as a local include file. --- crypto/txt_db/Makefile.ssl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'crypto/txt_db') diff --git a/crypto/txt_db/Makefile.ssl b/crypto/txt_db/Makefile.ssl index 552ea5580f..f9773a68ed 100644 --- a/crypto/txt_db/Makefile.ssl +++ b/crypto/txt_db/Makefile.ssl @@ -79,8 +79,8 @@ 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_os.h -txt_db.o: ../../include/openssl/e_os2.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 +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 -- cgit v1.2.3