[MPlayer-cvslog] r33912 - trunk/Makefile

diego subversion at mplayerhq.hu
Mon Jul 25 01:51:54 CEST 2011


Author: diego
Date: Mon Jul 25 01:51:54 2011
New Revision: 33912

Log:
build: drop redundant removal of files below ffmpeg/ on distclean

This is already taken care of by the recursive make invocation.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Mon Jul 25 01:51:51 2011	(r33911)
+++ trunk/Makefile	Mon Jul 25 01:51:54 2011	(r33912)
@@ -929,7 +929,6 @@ distclean: clean testsclean toolsclean d
 	-rm -f config.* codecs.conf.h help_mp.h version.h TAGS tags
 	-rm -f $(VIDIX_PCI_FILES)
 	-rm -f $(call ADD_ALL_EXESUFS,codec-cfg cpuinfo)
-	-rm -f ffmpeg/libavutil/avconfig.h ffmpeg/config.*
 
 doxygen:
 	doxygen DOCS/tech/Doxyfile


More information about the MPlayer-cvslog mailing list