openssl/crypto/modes
Richard Levitte 1b8403889b Fix the update target and remove duplicate file updates
We had updates of certain header files in both Makefile.org and the
Makefile in the directory the header file lived in.  This is error
prone and also sometimes generates slightly different results (usually
just a comment that differs) depending on which way the update was
done.

This removes the file update targets from the top level Makefile, adds
an update: target in all Makefiles and has it depend on the depend: or
local_depend: targets, whichever is appropriate, so we don't get a
double run through the whole file tree.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit 0f539dc1a2)

Conflicts:
	Makefile.org
	apps/Makefile
	test/Makefile
	crypto/cmac/Makefile
	crypto/srp/Makefile
2015-05-23 11:17:35 +02:00
..
.cvsignore Add standard .cvsignore file. 2008-12-29 00:27:06 +00:00
cbc128.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
cfb128.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
ctr128.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
cts128.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
Makefile Fix the update target and remove duplicate file updates 2015-05-23 11:17:35 +02:00
modes.h Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
ofb128.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00