[MPlayer-cvslog] CVS: main/libmpcodecs Makefile,1.157,1.158

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


CVS change done by Diego Biurrun CVS

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

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


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/Makefile,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- Makefile	22 Jan 2006 18:11:35 -0000	1.157
+++ Makefile	27 Jan 2006 00:06:38 -0000	1.158
@@ -262,8 +262,8 @@
 	rm -f *.o *.a *~
 	rm -f native/*.o native/*.a native/*~
 
-distclean:
-	rm -f Makefile.bak $(OBJS) $(OBJS2) $(LIBNAME) $(LIBNAME2) *~ .depend
+distclean: clean
+	rm -f .depend
 
 dep:    depend
 




More information about the MPlayer-cvslog mailing list