[FFmpeg-cvslog] r13453 - trunk/Makefile

diego subversion
Tue May 27 02:45:45 CEST 2008


Author: diego
Date: Tue May 27 02:45:45 2008
New Revision: 13453

Log:
Do not remove gmon.out on clean, we never create it.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Tue May 27 02:45:45 2008
@@ -160,8 +160,7 @@ uninstall-vhook:
 	-rmdir "$(SHLIBDIR)/vhook/"
 
 clean::
-	rm -f gmon.out $(ALLPROGS) $(ALLPROGS_G) \
-	   output_example$(EXESUF)
+	rm -f $(ALLPROGS) $(ALLPROGS_G) output_example$(EXESUF)
 	rm -f doc/*.html doc/*.pod doc/*.1
 	rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~
 	rm -f $(addprefix tests/,$(addsuffix $(EXESUF),audiogen videogen rotozoom seek_test tiny_psnr))




More information about the ffmpeg-cvslog mailing list