From: Eric Anholt Date: Wed, 24 Mar 2010 03:43:10 +0000 (-0700) Subject: Include other generated sources in BUILT_SOURCES. X-Git-Tag: 062012170305~10660^2~625^2~604^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f41fc537280d048bca2a3b23abd17d8bb3eff907;p=profile%2Fivi%2Fmesa.git Include other generated sources in BUILT_SOURCES. Otherwise, having cleaned glsl_parser.h, we'd never regenerate it because glsl_parser.cpp was already right where it needed to be. --- diff --git a/Makefile.am b/Makefile.am index f299c3f..48b4b39 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,10 +29,10 @@ glsl_SOURCES = symbol_table.c hash_table.c glsl_types.cpp \ ir.cpp hir_field_selection.cpp \ ir_print_visitor.cpp ir_variable.cpp ir_function.cpp -BUILT_SOURCES = glsl_parser.h builtin_types.h +BUILT_SOURCES = glsl_parser.h builtin_types.h glsl_parser.cpp glsl_lexer.cpp CLEANFILES = $(BUILT_SOURCES) -glsl_parser.h: glsl_parser.ypp +glsl_parser.h: glsl_parser.cpp .lpp.cpp: $(LEXCOMPILE) --outfile="$@" $<