From: Eric Anholt Date: Wed, 24 Mar 2010 03:24:11 +0000 (-0700) Subject: Clean the built sources with make clean. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;ds=sidebyside;h=6985a43832fa170d62ef08f831210248b4a4b03e;p=mesa.git Clean the built sources with make clean. --- diff --git a/Makefile.am b/Makefile.am index 0865977329d..03aae628f1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,6 +30,7 @@ glsl_SOURCES = symbol_table.c hash_table.c glsl_types.cpp \ ir_print_visitor.cpp ir_variable.cpp ir_function.cpp BUILT_SOURCES = glsl_parser.h builtin_types.h +CLEANFILES = $(BUILT_SOURCES) glsl_parser.h: glsl_parser.ypp