[Ffmpeg-cvslog] CVS: ffmpeg/libavformat Makefile,1.108,1.109

Diego Biurrun CVS diego
Mon Jan 16 15:59:57 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv15466/libavformat

Modified Files:
	Makefile 
Log Message:
Make clean/distclean consistent throughout all the Makefiles.


Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/Makefile,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- Makefile	15 Jan 2006 00:28:36 -0000	1.108
+++ Makefile	16 Jan 2006 14:59:54 -0000	1.109
@@ -142,8 +142,11 @@
 %.o: %.cpp
 	g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $<
 
-distclean clean:
-	rm -f *.o *.d *~ .depend *.a *.lib *.so *.dylib *.dll
+clean:
+	rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
+
+distclean: clean
+	rm -f Makefile.bak .depend
 
 #
 # include dependency files if they exist





More information about the ffmpeg-cvslog mailing list