[Mplayer-cvslog] CVS: main/input Makefile,1.4,1.5

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/input
In directory mail:/var2/tmp/cvs-serv16243/input

Modified Files:
	Makefile 
Log Message:
ranlib cleanup by Dan Christiansen

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/input/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile	22 Aug 2002 23:29:39 -0000	1.4
+++ Makefile	24 Jun 2004 12:52:15 -0000	1.5
@@ -16,6 +16,7 @@
 
 $(LIBNAME):     $(OBJS)
 	$(AR) r $(LIBNAME) $(OBJS)
+	$(RANLIB) $(LIBNAME)
 
 all:    $(LIBNAME)
 




More information about the MPlayer-cvslog mailing list