src/intel/Makefile.vulkan.am: add missing MKDIR_GEN
authorRoss Burton <ross.burton@intel.com>
Wed, 9 May 2018 20:48:43 +0000 (21:48 +0100)
committerMatt Turner <mattst88@gmail.com>
Wed, 9 May 2018 23:08:52 +0000 (16:08 -0700)
commit1755654d9f533240dc19954b0dbccaf74e645265
treed905e475926cf5f398a2d6709092d099766dc81e
parent5ac16ed0476d9914927b8e7a592d8d7ac1589586
src/intel/Makefile.vulkan.am: add missing MKDIR_GEN

Out of tree builds can try to write into a directory that doesn't exist yet:

| Traceback (most recent call last):
|   File "../../../mesa-18.0.2/src/intel/vulkan/anv_icd.py", line 46, in <module>
|     with open(args.out, 'w') as f:
| IOError: [Errno 2] No such file or directory: 'vulkan/intel_icd.x86_64.json'
| Makefile:4882: recipe for target 'vulkan/intel_icd.x86_64.json' failed

Add missing MKDIR_GEN calls to solve this.

Cc: <mesa-stable@lists.freedesktop.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/intel/Makefile.vulkan.am