]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Removing example programs is already handled by the generic clean commands,
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 26 Mar 2009 14:37:14 +0000 (14:37 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 26 Mar 2009 14:37:14 +0000 (14:37 +0000)
so there is no need to remove output_example individually.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18196 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

Makefile

index ed8e13a371640830045b9656b68ee5f59fa2e4f2..3beecfb2e25000e058b5056f41a6172a975caecf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -123,7 +123,7 @@ testclean:
        rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~
 
 clean:: testclean
-       rm -f $(ALLPROGS) $(ALLPROGS_G) output_example$(EXESUF)
+       rm -f $(ALLPROGS) $(ALLPROGS_G)
        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))