Unix build: have the makedepend and cc actions in one recipe
authorRichard Levitte <levitte@openssl.org>
Sun, 4 Sep 2016 06:10:22 +0000 (08:10 +0200)
committerRichard Levitte <richard@levitte.org>
Mon, 5 Sep 2016 14:08:58 +0000 (16:08 +0200)
commit578dc1cea3e2d725987d78ad21a5a86bfb0cef82
tree2018b071bc8f6a5ceee8baf095c85eca7118ff11
parent90ed28b7979954d075c4a58c083dee931205ef2e
Unix build: have the makedepend and cc actions in one recipe

In the case of using an independent makedepend, we had split that into
two separate recipes, one depending on the other.  However, there are
cases where the makedepend recipe was always trying, but doesn't
update the time stamp of the .d file because there are no actual
changes, and thereby causing constant updates of the object files.

This change makes one recipe that takes care of both makedepend och
cc, thereby avoiding these extra updates.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(cherry picked from commit 7e5b8b93f2ffa8300b992d2e79c50f0e5266c61b)
Configurations/unix-Makefile.tmpl