From: Bastien Orivel Date: Fri, 6 Apr 2018 16:28:00 +0000 (-0600) Subject: nir: Fix a typo in src/compiler/Makefile.nir.am X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42c2f5b579caf487069daca85a3fd77f9fd00304;p=mesa.git 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 --- diff --git a/src/compiler/Makefile.nir.am b/src/compiler/Makefile.nir.am index 27dc129e57b..4ccd7f36be9 100644 --- a/src/compiler/Makefile.nir.am +++ b/src/compiler/Makefile.nir.am @@ -101,4 +101,4 @@ EXTRA_DIST += \ nir/tests \ nir/README \ SConscript.nir \ - SConstript.spirv + SConscript.spirv