From 3158cc7df85a8c5bcdb90a7d9ebb62c72b5f052a Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 1 Mar 2011 15:22:43 -0800 Subject: mesa: Fix build breakage caused by c73e6ce --- src/mesa/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/mesa/Makefile') diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 48f79a5d55..10d73f000e 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -74,6 +74,12 @@ main/api_exec_es1.c: main/APIspec.xml main/es_generator.py main/APIspecutil.py m main/api_exec_es2.c: main/APIspec.xml main/es_generator.py main/APIspecutil.py main/APIspec.py $(PYTHON2) $(PYTHON_FLAGS) main/es_generator.py -S main/APIspec.xml -V GLES2.0 > $@ +program/program_parse.tab.c program/program_parse.tab.h: program/program_parse.y + bison -v -d --output=program/program_parse.tab.c $< + +program/lex.yy.c: program/program_lexer.l + flex --never-interactive --outfile=$@ $< + ###################################################################### # Helper libraries used by many drivers: -- cgit v1.2.3