]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configurations/unix-Makefile.tmpl
Don't treat .d (depend) files separately from object files
authorRichard Levitte <levitte@openssl.org>
Thu, 18 Feb 2016 12:04:05 +0000 (13:04 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 18 Feb 2016 22:42:09 +0000 (23:42 +0100)
commit88297284ad14a233430cb5140d368edf17dacf7a
tree9bb78754b806e2341ce88e1928a7244361d34b8d
parent7d1037661afedc008f0abbd050c492e23905b431
Don't treat .d (depend) files separately from object files

.d (.MMS in the VMS world) files with just dependencies are built from
exactly the same conditions as the object files.  Therefore, the rules
for them can be built at the same time as the rules for the
corresponding object files.

This removes the requirement for a src2dep function in the build file
templates, and for common.tmpl to call it.  In the end, the existence
of depend files is entirely up to the build file.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/README
Configurations/README.design
Configurations/common.tmpl
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl