Add DIRTY_GENERATED_C_FILES to GENERATED_FILES (so they get cleaned up by distclean).

svn path=/trunk/; revision=35065
This commit is contained in:
Jeff Morriss 2010-11-29 20:07:43 +00:00
parent e55dcbcdb7
commit 9f8a83e19c
1 changed files with 4 additions and 1 deletions

View File

@ -35,7 +35,10 @@ DIRTY_GENERATED_C_FILES = \
text_import_scanner.c
# All the generated files we want in the distribution.
GENERATED_FILES = $(GENERATED_HEADER_FILES) $(GENERATED_C_FILES)
GENERATED_FILES = \
$(GENERATED_HEADER_FILES) \
$(GENERATED_C_FILES) \
$(DIRTY_GENERATED_C_FILES)
# Files that generate compileable files
GENERATOR_FILES = \