[Mplayer-cvslog] CVS: main/Gui Makefile,1.24,1.25
Alex Beregszaszi
syncmail at mplayerhq.hu
Thu Jun 24 14:52:47 CEST 2004
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var2/tmp/cvs-serv16243/Gui
Modified Files:
Makefile
Log Message:
ranlib cleanup by Dan Christiansen
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- Makefile 4 Apr 2003 15:39:51 -0000 1.24
+++ Makefile 24 Jun 2004 12:52:15 -0000 1.25
@@ -27,6 +27,7 @@
$(LIB): .depend $(OBJS)
rm -f $(LIB)
$(AR) rc $(LIB) $(OBJS) $(MPLAYEROBJS)
+ $(RANLIB) $(LIB)
all: $(LIB)
More information about the MPlayer-cvslog
mailing list