Module: Mesa
Branch: master
Commit: 42c2f5b579caf487069daca85a3fd77f9fd00304
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=42c2f5b579caf487069daca85a3fd77f9fd00304

Author: Bastien Orivel <eijeb...@bananium.fr>
Date:   Fri Apr  6 10:28:00 2018 -0600

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 <bri...@vmware.com>

---

 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

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to