diff options
author | Emil Velikov <[email protected]> | 2015-07-17 13:28:00 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-09-11 19:19:30 +0100 |
commit | 4ca5756766d538a30a12d37ec88f85c679da0c1f (patch) | |
tree | 129b0c851916b75685437255ca856e7a94312194 /src/glsl/Makefile.am | |
parent | 7023899ab99efc85f0f99aa9b96d9d1305e99dcb (diff) |
glsl: automake: reuse $(NIR_GENERATED_FILES) where possible
Cc: 11.0 <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
(cherry picked from commit da5e4559ee3b239d2483645ed54b35aa6628fbaf)
Diffstat (limited to 'src/glsl/Makefile.am')
-rw-r--r-- | src/glsl/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index 9a7f33d7134..831849859ac 100644 --- a/src/glsl/Makefile.am +++ b/src/glsl/Makefile.am @@ -226,11 +226,7 @@ BUILT_SOURCES = \ glsl_lexer.cpp \ glcpp/glcpp-parse.c \ glcpp/glcpp-lex.c \ - nir/nir_builder_opcodes.h \ - nir/nir_constant_expressions.c \ - nir/nir_opcodes.c \ - nir/nir_opcodes.h \ - nir/nir_opt_algebraic.c + $(NIR_GENERATED_FILES) CLEANFILES = \ glcpp/glcpp-parse.h \ glsl_parser.h \ |