[FFmpeg-cvslog] r18196 - trunk/Makefile
diego
subversion
Thu Mar 26 15:37:14 CET 2009
Author: diego
Date: Thu Mar 26 15:37:14 2009
New Revision: 18196
Log:
Removing example programs is already handled by the generic clean commands,
so there is no need to remove output_example individually.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Thu Mar 26 15:15:42 2009 (r18195)
+++ trunk/Makefile Thu Mar 26 15:37:14 2009 (r18196)
@@ -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))
More information about the ffmpeg-cvslog
mailing list