tools: fix build dependency upon generated header(s)
authorJan Beulich <jbeulich@suse.com>
Thu, 31 Jan 2019 10:37:56 +0000 (11:37 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 31 Jan 2019 10:37:56 +0000 (11:37 +0100)
commit1286abd45a554c42dae8f369be9177dd7bb9eed9
tree18a5cc88f500e56be6fc3bfcd3fc2441149413e9
parent68cda62e50c34f938747c1558117ee2c37134b30
tools: fix build dependency upon generated header(s)

Commit fd35f32b4b ("tools/x86emul: Use struct cpuid_policy in the
userspace test harnesses") didn't account for the dependencies of
cpuid-autogen.h to potentially change between incremental builds.
Putting the make invocation to produce the header together with the
directory tree creation therefore does not work. Introduce a separate
goal.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Release-acked-by: Juergen Gross <jgross@suse.com>
tools/include/Makefile