From: Brian Paul Date: Tue, 13 Nov 2012 05:29:34 +0000 (-0800) Subject: automake: Remove empty file variable. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b67460223b2a9b5c223bbeb13def910d6368a92;p=mesa.git automake: Remove empty file variable. Fixes SCons build regression introduced with commit a665cf1226b80ec52a0c1a4a38378df4389e8ebf. Signed-off-by: Vinson Lee Tested-by: Vinson Lee --- 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