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)
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

index 27dc129..4ccd7f3 100644 (file)
@@ -101,4 +101,4 @@ EXTRA_DIST += \
        nir/tests \
        nir/README \
        SConscript.nir \
-       SConstript.spirv
+       SConscript.spirv