[MPlayer-cvslog] CVS: main/liba52 Makefile,1.12,1.13

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/liba52
In directory mail:/var2/tmp/cvs-serv14674/liba52

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


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/liba52/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile	5 Dec 2005 01:34:47 -0000	1.12
+++ Makefile	27 Jan 2006 00:06:37 -0000	1.13
@@ -30,8 +30,8 @@
 clean:
 	rm -f *.o *.a *~
 
-distclean:
-	rm -f test *.o *.a *~ .depend
+distclean: clean
+	rm -f .depend test
 
 dep:    depend
 




More information about the MPlayer-cvslog mailing list