projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04e609f
)
nir: Fix a typo in src/compiler/Makefile.nir.am
author
Bastien Orivel
<eijebong@bananium.fr>
Fri, 6 Apr 2018 16:28:00 +0000
(10:28 -0600)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/src/compiler/Makefile.nir.am
b/src/compiler/Makefile.nir.am
index 27dc129e57bf00cdafa7c5f2153bd43b50c4d957..4ccd7f36be9e20effb39051b9f7abb33c70da4a1 100644
(file)
--- a/
src/compiler/Makefile.nir.am
+++ b/
src/compiler/Makefile.nir.am
@@
-101,4
+101,4
@@
EXTRA_DIST += \
nir/tests \
nir/README \
SConscript.nir \
- SCons
t
ript.spirv
+ SCons
c
ript.spirv