[Ffmpeg-cvslog] CVS: ffmpeg/libavutil Makefile,1.9,1.10

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


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

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/libavutil/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile	14 Jan 2006 15:54:58 -0000	1.9
+++ Makefile	15 Jan 2006 00:28:36 -0000	1.10
@@ -50,7 +50,7 @@
 dep:	depend
 
 clean:
-	rm -f *.o *.d *~ .depend $(LIB) $(SLIBNAME) *$(SLIBSUF)
+	rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
 
 distclean: clean
 	rm -f Makefile.bak .depend





More information about the ffmpeg-cvslog mailing list