[Mplayer-cvslog] CVS: main Makefile,1.241,1.242

Diego Biurrun CVS diego at mplayerhq.hu
Mon Dec 30 16:41:05 CET 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv26990

Modified Files:
	Makefile 
Log Message:
Remove config.mak and config.h on distclean.
Patch by Levi Bard <levi at bard.sytes.net>.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- Makefile	27 Dec 2002 16:02:44 -0000	1.241
+++ Makefile	30 Dec 2002 15:40:20 -0000	1.242
@@ -302,7 +302,7 @@
 
 distclean:
 	-rm -f *~ $(PRG) $(PRG_FIBMAP) $(PRG_MENCODER) $(OBJS)
-	-rm -f *.o *.a .depend configure.log codecs.conf.h
+	-rm -f *.o *.a .depend configure.log codecs.conf.h config.h config.mak
 	@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
 
 strip:




More information about the MPlayer-cvslog mailing list