aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/Android.glsl.gen.mk
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2016-07-13 18:02:10 -0700
committerIan Romanick <[email protected]>2016-08-17 13:48:25 +0100
commitde71bc9eb6ebade3c48a42fef5d05023889fb2f8 (patch)
tree38c379fd7b88e4d559a00d26d0f24cbdbaaf7782 /src/compiler/Android.glsl.gen.mk
parent120c9c6380e83e732bd105619d6303498ef4efb7 (diff)
glsl: Make the generated sources build rules more like NIR
Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/compiler/Android.glsl.gen.mk')
-rw-r--r--src/compiler/Android.glsl.gen.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/Android.glsl.gen.mk b/src/compiler/Android.glsl.gen.mk
index b2ea12cb4ab..157aa278b38 100644
--- a/src/compiler/Android.glsl.gen.mk
+++ b/src/compiler/Android.glsl.gen.mk
@@ -39,7 +39,7 @@ LOCAL_C_INCLUDES += \
LOCAL_GENERATED_SOURCES += $(addprefix $(intermediates)/, \
$(LIBGLCPP_GENERATED_FILES) \
- $(LIBGLSL_GENERATED_CXX_FILES))
+ $(LIBGLSL_GENERATED_FILES))
define local-l-or-ll-to-c-or-cpp
@mkdir -p $(dir $@)