diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2011-07-08 18:47:21 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2011-07-08 18:47:21 -0700 |
commit | b033f050fd5179b051181a0a4b6d94110624d25c (patch) | |
tree | f42ea162b981725ad3eef6ee466d511116a58b9a | |
parent | c66982f7dcb3670b4bb8f19290dd0d74c84ab600 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |