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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Yeo <daveryeo@telus.net>2009-05-29 02:13:17 +0400
committerDiego Biurrun <diego@biurrun.de>2009-05-29 02:13:17 +0400
commit2b7a351eb9553dd526038bf6209bc192e5f8c462 (patch)
tree7d0e69b1ca3d20bc2612185c03b7bdbe950a054e /Makefile
parentc9311a12d5f948cbfab1732edff087e61ab9b8d4 (diff)
Remove $(CLEANSUFFIXES) and $(DISTCLEANSUFFIXES) on clean/distclean
in the root directory as well as in subdirectories. patch by Dave Yeo, daveryeo telus net Originally committed as revision 18973 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bf88e69ff3..2f3a8f1ec6 100644
--- a/Makefile
+++ b/Makefile
@@ -119,12 +119,14 @@ testclean:
clean:: testclean
rm -f $(ALLPROGS) $(ALLPROGS_G)
+ rm -f $(CLEANSUFFIXES)
rm -f doc/*.html doc/*.pod doc/*.1
rm -f tests/seek_test$(EXESUF)
rm -f $(addprefix tests/,$(addsuffix $(HOSTEXESUF),audiogen videogen rotozoom tiny_psnr))
rm -f $(addprefix tools/,$(addsuffix $(EXESUF),cws2fws pktdumper qt-faststart trasher))
distclean::
+ rm -f $(DISTCLEANSUFFIXES)
rm -f version.h config.*
# regression tests