[Mplayer-cvslog] CVS: main/libmpdvdkit2 Makefile,1.2,1.3
Alex Beregszaszi
syncmail at mplayerhq.hu
Thu Jun 24 14:52:18 CEST 2004
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main/libmpdvdkit2
In directory mail:/var2/tmp/cvs-serv16243/libmpdvdkit2
Modified Files:
Makefile
Log Message:
ranlib cleanup by Dan Christiansen
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit2/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile 18 Jan 2003 01:18:23 -0000 1.2
+++ Makefile 24 Jun 2004 12:52:16 -0000 1.3
@@ -33,6 +33,7 @@
$(LIB).a: $(OBJS)
$(AR) rc $(LIB).a $(OBJS)
+ $(RANLIB) $(LIB).a
$(LIB).so: $(OBJS)
$(CC) -o $(LIB).so -shared -rdynamic $(OBJS)
More information about the MPlayer-cvslog
mailing list