[Mplayer-cvslog] CVS: main Makefile,1.308,1.309
Torinthiel CVS
syncmail at mplayerhq.hu
Tue Oct 26 08:36:40 CEST 2004
CVS change done by Torinthiel CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv2565
Modified Files:
Makefile
Log Message:
Removal of help_mp.h on make distclean, as requested by Felix Buenemann
<atmosfear -at- users(dot)sourceforge(dot)net>
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -r1.308 -r1.309
--- Makefile 20 Oct 2004 14:23:33 -0000 1.308
+++ Makefile 26 Oct 2004 06:36:38 -0000 1.309
@@ -348,7 +348,7 @@
distclean: doxygen_clean
-rm -f *~ $(PRG) $(PRG_MENCODER) $(PRG_CFG) $(OBJS)
- -rm -f *.o *.a .depend configure.log codecs.conf.h
+ -rm -f *.o *.a .depend configure.log codecs.conf.h help_mp.h
@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
strip:
More information about the MPlayer-cvslog
mailing list