[MPlayer-cvslog] CVS: main/mp3lib Makefile,1.39,1.40
    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/mp3lib
In directory mail:/var2/tmp/cvs-serv14674/mp3lib
Modified Files:
	Makefile 
Log Message:
Make clean/distclean behave uniformly in all directories.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/Makefile,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- Makefile	28 Oct 2004 01:15:53 -0000	1.39
+++ Makefile	27 Jan 2006 00:06:40 -0000	1.40
@@ -58,8 +58,8 @@
 clean:
 	rm -f *~ *.o *.a test1 test2
 
-distclean:
-	rm -f *~ *.o *.a Makefile.bak .depend
+distclean: clean
+	rm -f .depend
 
 dep:    depend
 
    
    
More information about the MPlayer-cvslog
mailing list