[MPlayer-cvslog] r19970 - trunk/Makefile
diego
subversion at mplayerhq.hu
Sun Sep 24 17:55:10 CEST 2006
Author: diego
Date: Sun Sep 24 17:55:10 2006
New Revision: 19970
Modified:
trunk/Makefile
Log:
Remove version.h on distclean.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sun Sep 24 17:55:10 2006
@@ -479,8 +479,8 @@
distclean: clean doxygen_clean
@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
- -rm -f *~ $(PRG) $(PRG_MENCODER) codec-cfg codecs2html
- -rm -f .depend configure.log codecs.conf.h help_mp.h config.h config.mak
+ -rm -f *~ $(PRG) $(PRG_MENCODER) codec-cfg codecs2html codecs.conf.h \
+ .depend configure.log config.mak config.h help_mp.h version.h
strip:
strip -s $(ALL_PRG)
More information about the MPlayer-cvslog
mailing list