From 9b67460223b2a9b5c223bbeb13def910d6368a92 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 12 Nov 2012 21:29:34 -0800 Subject: [PATCH] automake: Remove empty file variable. Fixes SCons build regression introduced with commit a665cf1226b80ec52a0c1a4a38378df4389e8ebf. Signed-off-by: Vinson Lee Tested-by: Vinson Lee --- src/glsl/Makefile.sources | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.30.2