[MPlayer-cvslog] CVS: main/input Makefile,1.5,1.6

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri Jan 27 01:07:10 CET 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/input
In directory mail:/var2/tmp/cvs-serv14674/input

Modified Files:
	Makefile 
Log Message:
Make clean/distclean behave uniformly in all directories.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/input/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile	24 Jun 2004 12:52:15 -0000	1.5
+++ Makefile	27 Jan 2006 00:06:37 -0000	1.6
@@ -23,8 +23,8 @@
 clean:
 	rm -f *.o *.a *~
 
-distclean:
-	rm -f Makefile.bak *.o *.a *~ .depend
+distclean: clean
+	rm -f .depend
 
 dep:    depend
 




More information about the MPlayer-cvslog mailing list