[Mplayer-cvslog] CVS: main/vidix Makefile,1.3,1.4

Alex Beregszaszi syncmail at mplayerhq.hu
Thu Jun 24 14:52:19 CEST 2004


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main/vidix
In directory mail:/var2/tmp/cvs-serv16243/vidix

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

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/vidix/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	22 Aug 2002 23:29:45 -0000	1.3
+++ Makefile	24 Jun 2004 12:52:17 -0000	1.4
@@ -21,7 +21,7 @@
 
 $(LIBNAME):	$(OBJS)
 	$(AR) r $(LIBNAME) $(OBJS)
-
+	$(RANLIB) $(LIBNAME)
 
 clean:
 	rm -f *.o *.a *~




More information about the MPlayer-cvslog mailing list