[Mplayer-cvslog] CVS: main/libmenu Makefile,1.5,1.6
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/libmenu
In directory mail:/var2/tmp/cvs-serv16243/libmenu
Modified Files:
Makefile
Log Message:
ranlib cleanup by Dan Christiansen
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmenu/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile 2 Sep 2003 14:00:37 -0000 1.5
+++ Makefile 24 Jun 2004 12:52:15 -0000 1.6
@@ -20,6 +20,7 @@
$(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
+ $(RANLIB) $(LIBNAME)
all: $(LIBNAME)
More information about the MPlayer-cvslog
mailing list