From: Ian Romanick Date: Wed, 2 Jun 2010 20:13:40 +0000 (-0700) Subject: Remove some cruft from the Makefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c8021ee01d7ea57ada56398061ed7c03398bc965;p=mesa.git Remove some cruft from the Makefile This was affecting the build, but the files don't actually exist. --- diff --git a/Makefile.am b/Makefile.am index a62591d9ac2..544d446aec9 100644 --- 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)