nir: resolve nir.h dependency list (fix make distcheck)
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 7 Feb 2015 19:20:16 +0000 (19:20 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 12 Feb 2015 13:18:52 +0000 (13:18 +0000)
commit556fc4b84df99a1cd4b18c11fb16f7854a948b2a
tree599cd801b2e1b2c30b5111a5ad4e357f5ebcd368
parent9f7efa78a8912505dcebdb587edc504663538e3c
nir: resolve nir.h dependency list (fix make distcheck)

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" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/glsl/Makefile.am