diff options
-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 |