nir: Fix a typo in src/compiler/Makefile.nir.am
authorBastien Orivel <eijebong@bananium.fr>
Fri, 6 Apr 2018 16:28:00 +0000 (10:28 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 9 Apr 2018 14:32:45 +0000 (08:32 -0600)
commit42c2f5b579caf487069daca85a3fd77f9fd00304
tree9438615563c902436b9845d39fe3e150bb511414
parent04e609f1f8cf633f33b20de7f8c603e301379b74
nir: Fix a typo in src/compiler/Makefile.nir.am

Since 31d91f019b58ca362c05db1fd0c75fedd169cd7b, the makefile tries to
find the file SConstript.spirv instead of SConscript.spirv which breaks
the make dist command.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/compiler/Makefile.nir.am