From 4e67aedd6abdb9a84ee54a3c5fe8b54c0d949621 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 17 Jul 2009 14:08:06 +0000 Subject: [PATCH] Make sure that tests/seek_test.o gets deleted on 'make clean'. Closes issue 1273. Originally committed as revision 19458 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d36e66d1b..8a0ad1e145 100644 --- a/Makefile +++ b/Makefile @@ -121,7 +121,7 @@ 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 tests/seek_test$(EXESUF) tests/seek_test.o rm -f $(addprefix tests/,$(addsuffix $(HOSTEXESUF),audiogen videogen rotozoom tiny_psnr)) rm -f $(addprefix tools/,$(addsuffix $(EXESUF),cws2fws pktdumper qt-faststart trasher))