projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a5ad21
)
automake: Remove empty file variable.
author
Brian Paul
<brianp@vmware.com>
Tue, 13 Nov 2012 05:29:34 +0000
(21:29 -0800)
committer
Vinson Lee
<vlee@freedesktop.org>
Tue, 13 Nov 2012 05:29:34 +0000
(21:29 -0800)
Fixes SCons build regression introduced with commit
a665cf1226b80ec52a0c1a4a38378df4389e8ebf
.
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Tested-by: Vinson Lee <vlee@freedesktop.org>
src/glsl/Makefile.sources
patch
|
blob
|
history
diff --git
a/src/glsl/Makefile.sources
b/src/glsl/Makefile.sources
index 6c031b69981029c0774d802e2e359d69cd09f908..5e098fc052cf4e285491d65a96305327c1a7f863 100644
(file)
--- 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