build: Fix up spirv_info.Plo
authorMatt Turner <mattst88@gmail.com>
Wed, 9 Aug 2017 18:24:18 +0000 (14:24 -0400)
committerMatt Turner <mattst88@gmail.com>
Thu, 10 Aug 2017 17:59:32 +0000 (13:59 -0400)
commit904d416e3dac30fb72e005bd2c132707b2e423b8
treeb5088d0e7a141760760cf4eeef2b14e32f667ad9
parent4630ede1021d49c610de1274dc9d1006b843e46b
build: Fix up spirv_info.Plo

spirv_info.c existed as a static file until commit 2dd4e2ece32f 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/spirv/spirv_info.c', needed by 'spirv/spirv_info.lo'.  Stop.

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

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac