From: Eric Anholt Date: Wed, 24 Mar 2010 03:24:33 +0000 (-0700) Subject: Use bash for the built file generation since builtin_types.sh requires it. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e5ba18083b20da540ea0dc216e744a4c3e550833;p=mesa.git Use bash for the built file generation since builtin_types.sh requires it. --- diff --git a/Makefile.am b/Makefile.am index 03aae628f1f..f299c3fc4f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,4 +38,4 @@ glsl_parser.h: glsl_parser.ypp $(LEXCOMPILE) --outfile="$@" $< builtin_types.h: builtin_types.sh - sh ./builtin_types.sh > builtin_types.h + bash ./builtin_types.sh > builtin_types.h