[MPlayer-cvslog] CVS: main/loader/dshow Makefile,1.14,1.15
    Diego Biurrun CVS 
    syncmail at mplayerhq.hu
       
    Fri Jan 27 01:06:42 CET 2006
    
        - Previous message: [MPlayer-cvslog] CVS: main/libmpdemux muxer_avi.c, 1.34,	1.35 muxer_lavf.c, 1.21, 1.22 muxer_mpeg.c, 1.30,	1.31 muxer_rawaudio.c, 1.3, 1.4 muxer_rawvideo.c, 1.6,	1.7 muxer.c, 1.13, 1.14 muxer.h, 1.17, 1.18
- Next message: [MPlayer-cvslog] CVS: main/mp3lib Makefile,1.39,1.40
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/loader/dshow
In directory mail:/var2/tmp/cvs-serv14674/loader/dshow
Modified Files:
	Makefile 
Log Message:
Make clean/distclean behave uniformly in all directories.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/loader/dshow/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Makefile	29 Aug 2002 21:30:56 -0000	1.14
+++ Makefile	27 Jan 2006 00:06:39 -0000	1.15
@@ -30,8 +30,8 @@
 clean:
 	rm -f *.o *.a *~
 
-distclean:
-	rm -f Makefile.bak *.o *.a *~ .depend test test.raw
+distclean: clean
+	rm -f .depend test test.raw
 
 dep:    depend
 
    
    
        
	- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux muxer_avi.c, 1.34,	1.35 muxer_lavf.c, 1.21, 1.22 muxer_mpeg.c, 1.30,	1.31 muxer_rawaudio.c, 1.3, 1.4 muxer_rawvideo.c, 1.6,	1.7 muxer.c, 1.13, 1.14 muxer.h, 1.17, 1.18
- Next message: [MPlayer-cvslog] CVS: main/mp3lib Makefile,1.39,1.40
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list