Re: [Mesa-dev] [PATCH 1/4] nir: resolve nir.h dependency list (fix make distcheck)

2015-02-10 Thread Emil Velikov
On 10/02/15 16:07, Emil Velikov wrote: > Use nir/nir_opcodes.h as is (w/o the absolute path), as it is the target > name used to generate the actual file. Otherwise the target is missing, > the file won't get generated and the build will fail. > > Cc: "10.5" Fwiw the "destkop" typo in all 4 patch

[Mesa-dev] [PATCH 1/4] nir: resolve nir.h dependency list (fix make distcheck)

2015-02-10 Thread Emil Velikov
Use nir/nir_opcodes.h as is (w/o the absolute path), as it is the target name used to generate the actual file. Otherwise the target is missing, the file won't get generated and the build will fail. Cc: "10.5" Signed-off-by: Emil Velikov --- src/glsl/Makefile.am | 2 +- 1 file changed, 1 insert