[MPlayer-cvslog] r19299 - trunk/Makefile
diego
subversion at mplayerhq.hu
Thu Aug 3 19:34:54 CEST 2006
Author: diego
Date: Thu Aug 3 19:34:54 2006
New Revision: 19299
Modified:
trunk/Makefile
Log:
'make distclean' should remove all generated files, so also config.[h|mak].
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Aug 3 19:34:54 2006
@@ -488,7 +488,7 @@
distclean: clean doxygen_clean
-rm -f *~ $(PRG) $(PRG_MENCODER) codec-cfg codecs2html
- -rm -f .depend configure.log codecs.conf.h help_mp.h
+ -rm -f .depend configure.log codecs.conf.h help_mp.h config.h config.mak
@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
strip:
More information about the MPlayer-cvslog
mailing list