build: Fix up nir_intrinsics.Plo
authorMatt Turner <mattst88@gmail.com>
Wed, 28 Mar 2018 18:07:36 +0000 (11:07 -0700)
committerMatt Turner <mattst88@gmail.com>
Wed, 28 Mar 2018 18:09:23 +0000 (11:09 -0700)
commit3e6326deb978a26169481df15f5ba99c2754fa50
tree59eba33ebae06decff3bc53a0f7655875bd6056a
parent2cfc68d984c6c47154ab85fa23674b0272c7bb0a
build: Fix up nir_intrinsics.Plo

nir_intrinsics.c existed as a static file until commit 76dfed8ae2d5 began
generating it as part of the build process. autotools is incapable of
coping, and so a build-tree from before this commit would then fail with
it:

[4]: *** No rule to make target '../../../mesa/src/compiler/nir/nir_intrinsics.c', needed by 'nir/nir_intrinsics.lo'.  Stop.

Add a few lines to configure.ac to update the broken build files.

Fixes: 76dfed8ae2d5 ("nir: mako all the intrinsics")
configure.ac