mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 23:40:12 +01:00
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.
This commit is contained in:
parent
e5ba18083b
commit
f41fc53728
1 changed files with 2 additions and 2 deletions
|
|
@ -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="$@" $<
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue