trace: add make dependencies on tracetool source
commitcef517ca4bf890ef5405aac1b95f75dcda043d6a
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 28 Oct 2015 14:38:41 +0000 (28 14:38 +0000)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 7 Jan 2016 08:59:56 +0000 (7 16:59 +0800)
tree1c166bed2452d15d05ef6951eebc014794edaaeb
parent9967e4fec0dc6c0157f37574dd33ddd03ca3bee8
trace: add make dependencies on tracetool source

Patches that change tracetool can break the build if old build output
files are lying around.

This happens because the Makefile does not specify dependencies on
tracetool.  The build will use old object files that do not match the
current source code.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
trace/Makefile.objs