Use bash for the built file generation since builtin_types.sh requires it.
authorEric Anholt <eric@anholt.net>
Wed, 24 Mar 2010 03:24:33 +0000 (20:24 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 23 Mar 2010 19:32:25 +0000 (12:32 -0700)
Makefile.am

index 03aae628f1f9552e299fa86b52afb557e821998e..f299c3fc4f906b2700135f2a489919e341ab7b02 100644 (file)
@@ -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