CVS: main/libmpeg2 Makefile,1.11,1.12
[email protected] (Alex Beregszaszi) Thu, 24 Jun 2004 14:52:18 +0200 (CEST)
| Newsgroups | gmane.comp.video.mplayer.g2.devel |
|---|---|
| Message-ID | <[email protected]> |
CVS change done by Alex Beregszaszi Update of /cvsroot/mplayer/main/libmpeg2 In directory mail:/var2/tmp/cvs-serv16243/libmpeg2 Modified Files: Makefile Log Message: ranlib cleanup by Dan Christiansen Index: Makefile =================================================================== RCS file: /cvsroot/mplayer/main/libmpeg2/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- Makefile 11 Aug 2003 20:52:53 -0000 1.11 +++ Makefile 24 Jun 2004 12:52:16 -0000 1.12 @@ -22,6 +22,7 @@ $(LIBNAME): $(OBJS) $(AR) r $(LIBNAME) $(OBJS) + $(RANLIB) $(LIBNAME) all: $(LIBNAME)