Simplify CLEANFILES make variable by using wildcards.

Also ensures that generated file cos_fixed_tables.c is deleted on 'make clean'.
This commit is contained in:
Diego Biurrun 2011-05-16 00:54:36 +02:00
parent 7ed0a77ff4
commit d9a69f730e
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ HOSTPROGS = costablegen
DIRS = alpha arm bfin mlib ppc ps2 sh4 sparc x86
CLEANFILES = sin_tables.c cos_tables.c *_tables.h *_tablegen$(HOSTEXESUF)
CLEANFILES = *_tables.c *_tables.h *_tablegen$(HOSTEXESUF)
include $(SUBDIR)../subdir.mak