[MPlayer-cvslog] CVS: main/TOOLS/netstream Makefile,1.8,1.9

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


CVS change done by Diego Biurrun CVS

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

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


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/netstream/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile	19 Jun 2005 23:39:08 -0000	1.8
+++ Makefile	27 Jan 2006 00:06:37 -0000	1.9
@@ -52,8 +52,8 @@
 clean:
 	rm -f *.o *.a *~
 
-distclean:
-	rm -f test Makefile.bak *.o *.a *~ .depend
+distclean: clean
+	rm -f .depend test
 
 dep:    depend
 




More information about the MPlayer-cvslog mailing list