summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2011-07-08 18:47:21 -0700
committerIan Romanick <ian.d.romanick@intel.com>2011-07-08 18:47:21 -0700
commitb033f050fd5179b051181a0a4b6d94110624d25c (patch)
treef42ea162b981725ad3eef6ee466d511116a58b9a
parentc66982f7dcb3670b4bb8f19290dd0d74c84ab600 (diff)
mesa: Fix the parsers build rule so that 'make tarballs' can workmesa-7.11-rc1
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).
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \