Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-05-16 02:54:36 +0400
committerDiego Biurrun <diego@biurrun.de>2011-05-19 21:25:11 +0400
commitd9a69f730e180ab9b1cac8a4d53d07b1ec375a38 (patch)
treefb53f44ce5733d524c155ff015adcd7e0a3557f0 /libavcodec/Makefile
parent7ed0a77ff4d19eb77671ce786ef515e5ffb1496e (diff)
Simplify CLEANFILES make variable by using wildcards.
Also ensures that generated file cos_fixed_tables.c is deleted on 'make clean'.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index b26c33de63..4765ceb413 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -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