[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.225,1.226

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


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

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/libavcodec/Makefile,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -d -r1.225 -r1.226
--- Makefile	14 Jan 2006 18:07:36 -0000	1.225
+++ Makefile	15 Jan 2006 00:28:35 -0000	1.226
@@ -444,7 +444,8 @@
 dep:	depend
 
 clean: $(CLEANAMR)
-	rm -f *.o *.d *~ .depend $(LIB) $(SLIBNAME) *$(SLIBSUF) i386/*.o i386/*~ \
+	rm -f *.o *.d *~ i386/*.o i386/*~ \
+	   *.a *.lib *.so *.dylib *.dll \
 	   armv4l/*.o armv4l/*~ \
 	   mlib/*.o mlib/*~ \
 	   alpha/*.o alpha/*~ \





More information about the ffmpeg-cvslog mailing list