Re: [Mesa-dev] [PATCH] compiler: avoid warning about redefinition of PYTHON_GEN

2016-10-26 Thread Emil Velikov
On 26 October 2016 at 14:09, Erik Faye-Lund wrote: > PYTHON_GEN is defined to the exact same thing in both > Makefile.glsl.am and Makefile.nir.am. This makes automake complain, > so let's lift the definition up to Makefile.am, the same way as > MKDIR_GEN. > Pushed to master.

Re: [Mesa-dev] [PATCH] compiler: avoid warning about redefinition of PYTHON_GEN

2016-10-26 Thread Eric Engestrom
On Wednesday, 2016-10-26 15:09:54 +0200, Erik Faye-Lund wrote: > PYTHON_GEN is defined to the exact same thing in both > Makefile.glsl.am and Makefile.nir.am. This makes automake complain, > so let's lift the definition up to Makefile.am, the same way as > MKDIR_GEN. > > Signed-off-by: Erik

[Mesa-dev] [PATCH] compiler: avoid warning about redefinition of PYTHON_GEN

2016-10-26 Thread Erik Faye-Lund
PYTHON_GEN is defined to the exact same thing in both Makefile.glsl.am and Makefile.nir.am. This makes automake complain, so let's lift the definition up to Makefile.am, the same way as MKDIR_GEN. Signed-off-by: Erik Faye-Lund --- src/compiler/Makefile.am | 1 +