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 <levitte@openssl.org>
Mon, 5 Sep 2016 14:07:45 +0000 (16:07 +0200)
commit7e5b8b93f2ffa8300b992d2e79c50f0e5266c61b
treeb217bc19bc5fdd451a8c31d404e2cffe2e7a3464
parent6cf412c473d8145562b76219ce3da73b201b3255
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>
Configurations/unix-Makefile.tmpl