anv: automake: ensure that the destination directory is created
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 23 Mar 2017 18:27:29 +0000 (18:27 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 24 Mar 2017 12:02:04 +0000 (12:02 +0000)
commit15603055fb36a630cf3023219e9dd5c4a49c0596
treec38f2d5e482b34fb760414e19021c6a146593fe8
parent43f5a2c915e9f0fb7ac048964a3b55909146f8cd
anv: automake: ensure that the destination directory is created

Earlier commit unintentionally dropped the mkdir, as it was rebased.

Some versions of autotools will not create the output directory for
generated sources. Thus the issue went unnoticed by the original author.

Cc: Dylan Baker <dylan@pnwbakers.com>
Cc: Steven Newbury <steve@snewbury.org.uk>
Reported-by: Steven Newbury <steve@snewbury.org.uk> Fixes:
Fixes: 1610b3dede1 ("anv: don't pass xmlfile via stdin anv_entrypoints_gen.py")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/intel/Makefile.vulkan.am