diff options
author | Brian Paul <[email protected]> | 2012-11-12 21:29:34 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2012-11-12 21:29:34 -0800 |
commit | 9b67460223b2a9b5c223bbeb13def910d6368a92 (patch) | |
tree | 9b41c5679c2ca227a2feaedc94aaac8877c060ef /src/glsl | |
parent | 3a5ad21cd3f026579eeacc25b39513711556c7ee (diff) |
automake: Remove empty file variable.
Fixes SCons build regression introduced with commit
a665cf1226b80ec52a0c1a4a38378df4389e8ebf.
Signed-off-by: Vinson Lee <[email protected]>
Tested-by: Vinson Lee <[email protected]>
Diffstat (limited to 'src/glsl')
-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 6c031b69981..5e098fc052c 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -83,8 +83,7 @@ LIBGLSL_FILES = \ $(GLSL_SRCDIR)/opt_tree_grafting.cpp \ $(GLSL_SRCDIR)/s_expression.cpp \ $(GLSL_SRCDIR)/strtod.c \ - $(GLSL_SRCDIR)/ralloc.c \ - $() + $(GLSL_SRCDIR)/ralloc.c # glsl_compiler |