[Mplayer-cvslog] CVS: main/libmpcodecs Makefile,1.131,1.132
Alex Beregszaszi
syncmail at mplayerhq.hu
Thu Jun 24 15:54:10 CEST 2004
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/home/alex/mplayer/main/libmpcodecs
Modified Files:
Makefile
Log Message:
ranlib cleanup
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/Makefile,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- Makefile 5 May 2004 19:11:16 -0000 1.131
+++ Makefile 24 Jun 2004 13:54:07 -0000 1.132
@@ -58,9 +58,11 @@
$(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
+ $(RANLIB) $(LIBNAME)
$(LIBNAME2): $(OBJS2)
$(AR) r $(LIBNAME2) $(OBJS2)
+ $(RANLIB) $(LIBNAME2)
clean:
rm -f *.o *.a *~
More information about the MPlayer-cvslog
mailing list