projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6985a43
)
Use bash for the built file generation since builtin_types.sh requires it.
author
Eric Anholt
<eric@anholt.net>
Wed, 24 Mar 2010 03:24:33 +0000
(20:24 -0700)
committer
Eric Anholt
<eric@anholt.net>
Tue, 23 Mar 2010 19:32:25 +0000
(12:32 -0700)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 03aae628f1f9552e299fa86b52afb557e821998e..f299c3fc4f906b2700135f2a489919e341ab7b02 100644
(file)
--- 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
+
ba
sh ./builtin_types.sh > builtin_types.h