[Mplayer-cvslog] CVS: main/libfaad2 Makefile,1.3,1.4
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/libfaad2
In directory mail:/var2/tmp/cvs-serv16243/libfaad2
Modified Files:
Makefile
Log Message:
ranlib cleanup by Dan Christiansen
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libfaad2/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile 2 Jun 2004 22:59:02 -0000 1.3
+++ Makefile 24 Jun 2004 12:52:15 -0000 1.4
@@ -17,6 +17,7 @@
$(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
+ $(RANLIB) $(LIBNAME)
all: $(LIBNAME)
More information about the MPlayer-cvslog
mailing list