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

Diego Biurrun CVS diego
Sun Jan 15 01:28:39 CET 2006


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

Modified Files:
	Makefile 
Log Message:
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.
Remove all possible shared libs suffixes instead.


Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/Makefile,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- Makefile	14 Jan 2006 15:54:58 -0000	1.107
+++ Makefile	15 Jan 2006 00:28:36 -0000	1.108
@@ -143,7 +143,7 @@
 	g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $<
 
 distclean clean:
-	rm -f *.o *.d .depend *~ *.a *$(SLIBSUF) $(LIB)
+	rm -f *.o *.d *~ .depend *.a *.lib *.so *.dylib *.dll
 
 #
 # include dependency files if they exist





More information about the ffmpeg-cvslog mailing list