From 42c2f5b579caf487069daca85a3fd77f9fd00304 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Fri, 6 Apr 2018 10:28:00 -0600 Subject: [PATCH] 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 --- src/compiler/Makefile.nir.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2