diff options
author | Bodo Möller <bodo@openssl.org> | 2005-05-16 02:27:37 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2005-05-16 02:27:37 +0200 |
commit | 10cde5010d737b6343bbd061d5cd9ba95d4775d0 (patch) | |
tree | 6f93abd6281736464e1f7583b8ac28ce427750d1 /crypto/txt_db | |
parent | Make Makefile.shared quiet again. (diff) | |
download | openssl-10cde5010d737b6343bbd061d5cd9ba95d4775d0.tar.xz openssl-10cde5010d737b6343bbd061d5cd9ba95d4775d0.zip |
make update
Diffstat (limited to 'crypto/txt_db')
-rw-r--r-- | crypto/txt_db/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/crypto/txt_db/Makefile b/crypto/txt_db/Makefile index 4046dd9c4a..cd79b6dad8 100644 --- a/crypto/txt_db/Makefile +++ b/crypto/txt_db/Makefile @@ -75,11 +75,4 @@ clean: # DO NOT DELETE THIS LINE -- make depend depends on it. -txt_db.o: ../../e_os.h ../../include/openssl/bio.h -txt_db.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.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/ossl_typ.h -txt_db.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h -txt_db.o: ../../include/openssl/symhacks.h ../../include/openssl/txt_db.h -txt_db.o: ../cryptlib.h txt_db.c +txt_db.o: txt_db.c |