[MPlayer-G2-dev] CVS: main/libmpeg2 Makefile,1.11,1.12

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

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

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpeg2/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Makefile	11 Aug 2003 20:52:53 -0000	1.11
+++ Makefile	24 Jun 2004 12:52:16 -0000	1.12
@@ -22,6 +22,7 @@
 
 $(LIBNAME):	$(OBJS)
 	$(AR) r $(LIBNAME) $(OBJS)
+	$(RANLIB) $(LIBNAME)
 
 all:	$(LIBNAME)
 




More information about the MPlayer-G2-dev mailing list