fixed: linux build
authorCory Fields <foss@atlastechnologiesinc.com>
Thu, 28 Jul 2011 06:22:55 +0000 (02:22 -0400)
committerCory Fields <foss@atlastechnologiesinc.com>
Thu, 28 Jul 2011 06:25:45 +0000 (02:25 -0400)
commitb4157b3f38fe070cf4fbaff02f0e2a3e3284a948
treeb952be3399a0aee100ff489c22c2fb7bed3a3713
parent30a90701ecff5ac147796d4dadc9c08924a90c27
fixed: linux build

commit afc1bf87b changed the behavior so that build fails if a .d file
cannot be found. Rather than simply reverting to the old behavior (using
cp ; rather than cp &&), fix the problem instead.

gcc by default creates .d files where the Makefile was invoked, rather
than in the path of the source/object file. We can use the -MF param to
specify that it needs to go in the same path as the object.

As a side effect this also cleans up a great deal of console spew
(missing .d files) during build.
Makefile.include.in