openssl/crypto/comp
Richard Levitte 0f539dc1a2 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>
2015-05-22 18:44:33 +02:00
..
c_zlib.c Make COMP_CTX and COMP_METHOD opaque 2015-05-12 10:24:48 -04:00
comp_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
comp_lcl.h Make COMP_CTX and COMP_METHOD opaque 2015-05-12 10:24:48 -04:00
comp_lib.c Make COMP_CTX and COMP_METHOD opaque 2015-05-12 10:24:48 -04:00
Makefile Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00