diff options
author | Rich Salz <rsalz@akamai.com> | 2016-01-12 22:25:30 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-01-12 22:26:56 +0100 |
commit | d10dac1187fbb12fdb44a0386f1619b79b40d264 (patch) | |
tree | 7ae2439718877f3c117bc9ea655b2822e5c54b92 /crypto/txt_db | |
parent | STACK_OF(SSL_COMP) is a public type (diff) | |
download | openssl-d10dac1187fbb12fdb44a0386f1619b79b40d264.tar.xz openssl-d10dac1187fbb12fdb44a0386f1619b79b40d264.zip |
Move Makefiles to Makefile.in
Create Makefile's from Makefile.in
Rename Makefile.org to Makefile.in
Rename Makefiles to Makefile.in
Address review feedback from Viktor and Richard
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/txt_db')
-rw-r--r-- | crypto/txt_db/Makefile.in (renamed from crypto/txt_db/Makefile) | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/crypto/txt_db/Makefile b/crypto/txt_db/Makefile.in index 6e9d372a4e..cd348b56fb 100644 --- a/crypto/txt_db/Makefile +++ b/crypto/txt_db/Makefile.in @@ -59,12 +59,3 @@ clean: rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff # 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: ../include/internal/cryptlib.h txt_db.c |