mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
7ed0a77ff4
commit
d9a69f730e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue