compiler: avoid warning about redefinition of PYTHON_GEN
authorErik Faye-Lund <kusmabite@gmail.com>
Wed, 26 Oct 2016 13:09:54 +0000 (15:09 +0200)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 26 Oct 2016 13:54:26 +0000 (14:54 +0100)
commitaca491341b57fac05901943d693e264b589925f5
tree9cc0fe084a7303d52004c16bcbd90e792d935269
parent4fa799ae04c02b77176797c854f9d1b9b4290a2e
compiler: avoid warning about redefinition of PYTHON_GEN

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 <kusmabite@gmail.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Tested-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/compiler/Makefile.am
src/compiler/Makefile.glsl.am
src/compiler/Makefile.nir.am