commit | 987dbc7fbf9ae95430649662141ebb26bcd5ecad | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Fri Mar 11 09:26:49 2016 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Fri Mar 11 11:19:50 2016 +0100 |
tree | 906715822d0cc87200cedfa29fd315a6e7a84282 | |
parent | d5957691f267f5c7cb172a900201748098bcd2e2 [diff] |
Harmonise the two methods to generate dependency files One of them didn't clean away .d.tmp files properly. The other would overwrite the .d files unconditionally, thereby causing a possibly unnecessary dependency rebuild, which touches the date of Makefile, which causes a possibly unnecessary rebuild of buildinf.h and everything that depends on that. Reviewed-by: Andy Polyakov <appro@openssl.org>