diff options
author | Emil Velikov <[email protected]> | 2015-07-17 13:30:51 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-09-09 12:48:43 +0100 |
commit | a3b05e04921a4fcc05cfc994e415e3ceb39fd184 (patch) | |
tree | aaa1c39931bb2a94a39284e957793c01479ad77b /src/glsl/Makefile.sources | |
parent | da5e4559ee3b239d2483645ed54b35aa6628fbaf (diff) |
glsl: build: use makefile.sources variables when possible
Rather than folding one variable within the other only to unwrap them,
just use the ones we need.
v2: bring back LOCAL_PATH prefix for nir_constant_expressions,h
Cc: 11.0 <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]> (v1)
Diffstat (limited to 'src/glsl/Makefile.sources')
-rw-r--r-- | src/glsl/Makefile.sources | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index c422303ddac..8f468e10ee3 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -73,8 +73,7 @@ NIR_FILES = \ nir/nir_vla.h \ nir/nir_worklist.c \ nir/nir_worklist.h \ - nir/nir_types.cpp \ - $(NIR_GENERATED_FILES) + nir/nir_types.cpp # libglsl |