mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
i965: automake: remove gratuitous "+" during variable assignment
There is not initial assignment, thus appending to it does not work.
Fixes: b27c85c4c0 "i965: add build rule for brw_nir_trig_workarounds.c"
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
1ba203a085
commit
9dcb3dfb23
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@ libi965_compiler_la_SOURCES = \
|
|||
$(i965_compiler_FILES) \
|
||||
$(i965_compiler_GENERATED_FILES)
|
||||
|
||||
BUILT_SOURCES += $(i965_compiler_GENERATED_FILES)
|
||||
CLEANFILES += $(BUILT_SOURCES)
|
||||
BUILT_SOURCES = $(i965_compiler_GENERATED_FILES)
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
TEST_LIBS = \
|
||||
libi965_compiler.la \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue