[MPlayer-cvslog] CVS: main/loader/dshow Makefile,1.14,1.15

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri Jan 27 01:06:42 CET 2006


CVS change done by Diego Biurrun CVS

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

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


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/loader/dshow/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Makefile	29 Aug 2002 21:30:56 -0000	1.14
+++ Makefile	27 Jan 2006 00:06:39 -0000	1.15
@@ -30,8 +30,8 @@
 clean:
 	rm -f *.o *.a *~
 
-distclean:
-	rm -f Makefile.bak *.o *.a *~ .depend test test.raw
+distclean: clean
+	rm -f .depend test test.raw
 
 dep:    depend
 




More information about the MPlayer-cvslog mailing list