[Mesa-dev] [PATCH] Fix a typo in src/compiler/Makefile.nir.am

Brian Paul brianp at vmware.com
Mon Apr 9 14:25:47 UTC 2018


On 04/06/2018 10:28 AM, Bastien Orivel wrote:
> 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
> 

Reviewed-by: Brian Paul <brianp at vmware.com>

I'll check this in for you.  Thanks!


More information about the mesa-dev mailing list