projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ed0a77
)
Simplify CLEANFILES make variable by using wildcards.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 15 May 2011 22:54:36 +0000
(
00:54
+0200)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 19 May 2011 17:25:11 +0000
(19:25 +0200)
Also ensures that generated file cos_fixed_tables.c is deleted on 'make clean'.
libavcodec/Makefile
patch
|
blob
|
history
diff --git
a/libavcodec/Makefile
b/libavcodec/Makefile
index
b26c33d
..
4765ceb
100644
(file)
--- 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