[Mplayer-cvslog] CVS: main/osdep Makefile,1.13,1.14
Alex Beregszaszi
syncmail at mplayerhq.hu
Thu Jun 24 14:52:20 CEST 2004
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main/osdep
In directory mail:/var2/tmp/cvs-serv16243/osdep
Modified Files:
Makefile
Log Message:
ranlib cleanup by Dan Christiansen
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/osdep/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Makefile 26 Mar 2004 15:21:44 -0000 1.13
+++ Makefile 24 Jun 2004 12:52:17 -0000 1.14
@@ -41,6 +41,7 @@
$(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
+ $(RANLIB) $(LIBNAME)
all: $(LIBNAME)
More information about the MPlayer-cvslog
mailing list