[MPlayer-cvslog] r26278 - trunk/common.mak

Diego Biurrun diego at biurrun.de
Mon Mar 31 19:27:15 CEST 2008


On Sun, Mar 30, 2008 at 04:39:56AM +0300, Uoti Urpala wrote:
> On Wed, 2008-03-26 at 10:58 +0100, diego wrote:
> > Log:
> > sync with FFmpeg r12599
> 
> > -# gcc stupidly only outputs the basename of targets with -MM
> > -depend dep: $(SRCS)
> > -	$(CC) -MM $(CFLAGS) $^ | sed 's,[0-9a-z._-]*: \([a-z0-9]*/\).*,\1&,' 1>.depend
> > +depend dep: .depend
> > +
> > +.depend: $(SRCS)
> > +	$(DEPEND_CMD) > .depend
> 
> DEPEND_CMD is not set in MPlayer, so in practice this creates
> empty .depend files.

Thanks for pointing this out, fixed.

Diego



More information about the MPlayer-cvslog mailing list