diff options
author | Bodo Möller <bodo@openssl.org> | 1999-05-20 23:59:20 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-05-20 23:59:20 +0200 |
commit | 17e3dd1c62e9aadcd908c55e650f70379d2d19e2 (patch) | |
tree | 2b3191cc15e24d09853b7e1b708fd93a398b40e8 /crypto/txt_db | |
parent | Bring VMS in sync with the recent changes. (diff) | |
download | openssl-17e3dd1c62e9aadcd908c55e650f70379d2d19e2.tar.xz openssl-17e3dd1c62e9aadcd908c55e650f70379d2d19e2.zip |
Don't install e_os.h in include/openssl, use it only as a local
include file.
Diffstat (limited to 'crypto/txt_db')
-rw-r--r-- | crypto/txt_db/Makefile.ssl | 10 |
1 files changed, 5 insertions, 5 deletions
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 |