Mesa (7.11): mesa: Fix the parsers build rule so that 'make tarballs' can work

Ian Romanick idr at kemper.freedesktop.org
Fri Jul 8 18:53:37 PDT 2011


Module: Mesa
Branch: 7.11
Commit: b033f050fd5179b051181a0a4b6d94110624d25c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b033f050fd5179b051181a0a4b6d94110624d25c

Author: Ian Romanick <ian.d.romanick at intel.com>
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
 	- at 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 \



More information about the mesa-commit mailing list