Make: fix dependency files generation
authorJuan Castillo <juan.castillo@arm.com>
Thu, 22 Oct 2015 10:34:44 +0000 (11:34 +0100)
committerJuan Castillo <juan.castillo@arm.com>
Tue, 27 Oct 2015 15:25:00 +0000 (15:25 +0000)
commit88154678c5e6d0e6e28ca17beb01049a9ea4c0a0
tree5cc28a0bbc8156571199fce68b11e36fcb425c1a
parent73c99d4eb377e0e25f7951be53087bf92e7b4b18
Make: fix dependency files generation

Currently, if no make goal is specified in the command line, 'all'
is assumed by default, but the dependency files are not generated.
This might lead to a successful but inconsistent build. This patch
provides a fix to the problem.

Change-Id: I0148719e114dbdbe46f8a57c7d05da7cbc212c92
Makefile
make_helpers/build_macros.mk