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/stack | |
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/stack')
-rw-r--r-- | crypto/stack/Makefile.in (renamed from crypto/stack/Makefile) | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/crypto/stack/Makefile b/crypto/stack/Makefile.in index 86ca780a48..51e16def49 100644 --- a/crypto/stack/Makefile +++ b/crypto/stack/Makefile.in @@ -59,13 +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. - -stack.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h -stack.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h -stack.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h -stack.o: ../../include/openssl/err.h ../../include/openssl/lhash.h -stack.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h -stack.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h -stack.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h -stack.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h -stack.o: ../include/internal/cryptlib.h stack.c |