[Mesa-dev] [PATCH] Fix a typo in src/compiler/Makefile.nir.am
Bastien Orivel
eijebong at bananium.fr
Fri Apr 6 16:28:58 UTC 2018
Since 31d91f019b58ca362c05db1fd0c75fedd169cd7b, the makefile tries to
find the file SConstript.spirv instead of SConscript.spirv which breaks
the make dist command.
---
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 27dc129e57..4ccd7f36be 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.17.0
More information about the mesa-dev
mailing list