[FFmpeg-cvslog] Allow "make clean" to clean files in tools
Stefano Sabatini
git
Sun Feb 13 01:16:15 CET 2011
ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Sat Feb 12 08:50:46 2011 +0000| [b8a613de98e57ef921c9d9c45e02fd9e157f1ea6] | committer: Michael Niedermayer
Allow "make clean" to clean files in tools
Signed-off-by: Mans Rullgard <mans at mansr.com>
(cherry picked from commit 40321376d8aea3347bec9c4d09925e8c5b8edb55)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b8a613de98e57ef921c9d9c45e02fd9e157f1ea6
---
Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index fbf4c76..99d264a 100644
--- a/Makefile
+++ b/Makefile
@@ -169,6 +169,7 @@ clean:: testclean
$(RM) $(CLEANSUFFIXES)
$(RM) doc/*.html doc/*.pod doc/*.1
$(RM) $(TOOLS)
+ $(RM) $(CLEANSUFFIXES:%=tools/%)
distclean::
$(RM) $(DISTCLEANSUFFIXES)
More information about the ffmpeg-cvslog
mailing list