From b033f050fd5179b051181a0a4b6d94110624d25c Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 8 Jul 2011 18:47:21 -0700 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 09b1e983511..abdeb797d3a 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 \ -- cgit v1.2.3