[Mplayer-cvslog] CVS: main Makefile,1.292,1.293

D Richard Felker III dalias at aerifal.cx
Sat Jun 26 17:52:37 CEST 2004


On Sat, Jun 26, 2004 at 05:35:37PM +0200, Richard Felker CVS wrote:
> CVS change done by Richard Felker CVS
> 
> Update of /cvsroot/mplayer/main
> In directory mail:/var2/tmp/cvs-serv6018
> 
> Modified Files:
> 	Makefile 
> Log Message:
> this is broken and causes relink during 'make install'. fix it or leave it disabled
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvsroot/mplayer/main/Makefile,v
> retrieving revision 1.292
> retrieving revision 1.293
> diff -u -r1.292 -r1.293
> --- Makefile	25 Jun 2004 19:21:17 -0000	1.292
> +++ Makefile	26 Jun 2004 15:35:35 -0000	1.293
> @@ -103,7 +103,7 @@
>  
>  .SUFFIXES: .cc .c .o
>  
> -.PHONY: $(COMMON_DEPS)
> +#.PHONY: $(COMMON_DEPS)
>  
>  all:	version.h $(ALL_PRG)
>  
> @@ -195,7 +195,7 @@
>  MENU_LIBS =
>  endif
>  
> -MENCODER_DEP = $(OBJS_MENCODER) $(COMMON_DEPS)
> +MENCODER_DEP = $(OBJS_MENCODER) $(COMMON_DEPS) libmpcodecs/libmpencoders.a

Oops, this was another pending fix I forgot to mention in the commit.
But it's correct so no problem.

Rich




More information about the MPlayer-cvslog mailing list