projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa57943
)
Remove some cruft from the Makefile
author
Ian Romanick
<ian.d.romanick@intel.com>
Wed, 2 Jun 2010 20:13:40 +0000
(13:13 -0700)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Wed, 2 Jun 2010 20:13:40 +0000
(13:13 -0700)
This was affecting the build, but the files don't actually exist.
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index a62591d9ac2e922433abe3fe22c4753583ecd260..544d446aec9c7eb86be95e6d6e78945b3dcbaa86 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-51,9
+51,6
@@
glsl_SOURCES = \
ir_hierarchical_visitor.cpp \
ir_swizzle_swizzle.cpp \
ir_vec_index_to_swizzle.cpp
- ir_vec_index_to_swizzle.cpp \
- ir_visit_tree.cpp \
- ir_visit_tree.h
BUILT_SOURCES = glsl_parser.h glsl_parser.cpp glsl_lexer.cpp
CLEANFILES = $(BUILT_SOURCES)