Module: Mesa Branch: 7.11 Commit: b033f050fd5179b051181a0a4b6d94110624d25c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b033f050fd5179b051181a0a4b6d94110624d25c
Author: Ian Romanick <[email protected]> Date: Fri Jul 8 18:47:21 2011 -0700 mesa: Fix the parsers build rule so that 'make tarballs' can work You'd think that with all the commit messages about adding stuff to tarballs or fixing 'make tarballs' that someone would have noticed that it was completely broken for 4 months (3158cc7). --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 09b1e98..abdeb79 100644 --- a/Makefile +++ b/Makefile @@ -463,7 +463,7 @@ parsers: configure -@touch $(TOP)/configs/current $(MAKE) -C src/glsl glsl_parser.cpp glsl_parser.h glsl_lexer.cpp $(MAKE) -C src/glsl/glcpp glcpp-lex.c glcpp-parse.c glcpp-parse.h - $(MAKE) -C src/mesa/program lex.yy.c program_parse.tab.c program_parse.tab.h + $(MAKE) -C src/mesa program/lex.yy.c program/program_parse.tab.c program/program_parse.tab.h # Everything for new a Mesa release: ARCHIVES = $(LIB_NAME).tar.gz \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
