[MPlayer-cvslog] CVS: main/vidix Makefile,1.5,1.6
Diego Biurrun CVS
syncmail at mplayerhq.hu
Fri Jan 27 01:06:44 CET 2006
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/vidix
In directory mail:/var2/tmp/cvs-serv14674/vidix
Modified Files:
Makefile
Log Message:
Make clean/distclean behave uniformly in all directories.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/vidix/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile 20 Oct 2004 14:20:07 -0000 1.5
+++ Makefile 27 Jan 2006 00:06:41 -0000 1.6
@@ -27,8 +27,8 @@
rm -f *.o *.a *~
$(DO_MAKE)
-distclean:
- rm -f test *.o *.a *~ .depend
+distclean: clean
+ rm -f .depend test
$(DO_MAKE)
dep: depend
More information about the MPlayer-cvslog
mailing list