[Mplayer-cvslog] CVS: main/libaf Makefile,1.12,1.13

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

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

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile	20 Sep 2003 13:42:26 -0000	1.12
+++ Makefile	24 Jun 2004 12:52:15 -0000	1.13
@@ -19,6 +19,7 @@
 
 $(LIBNAME):     $(OBJS) Makefile
 	$(AR) r $(LIBNAME) $(OBJS)
+	$(RANLIB) $(LIBNAME)
 
 $(OBJS):af.h control.h dsp.h filter.h window.h af_mp.h
 




More information about the MPlayer-cvslog mailing list