[Mplayer-cvslog] CVS: main/libao2 Makefile,1.28,1.29

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


CVS change done by Alex Beregszaszi

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

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

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/Makefile,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- Makefile	23 May 2003 12:37:58 -0000	1.28
+++ Makefile	24 Jun 2004 12:52:15 -0000	1.29
@@ -17,6 +17,7 @@
 
 $(LIBNAME):     $(OBJS)
 	$(AR) r $(LIBNAME) $(OBJS)
+	$(RANLIB) $(LIBNAME)
 
 all:    $(LIBNAME)
 




More information about the MPlayer-cvslog mailing list