[Ffmpeg-cvslog] r6988 - trunk/Makefile

Diego Biurrun diego
Sun Nov 12 19:06:03 CET 2006


On Sun, Nov 12, 2006 at 04:46:15PM +0000, M?ns Rullg?rd wrote:
> Diego Biurrun <diego at biurrun.de> writes:
> 
> > On Sun, Nov 12, 2006 at 05:37:32PM +0100, mru wrote:
> >> 
> >> Log:
> >> fix make dep with some gcc versions
> >> 
> >> --- trunk/Makefile	(original)
> >> +++ trunk/Makefile	Sun Nov 12 17:37:32 2006
> >> @@ -208,7 +208,7 @@
> >>  .depend: $(SRCS) version.h
> >> -	$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend
> >> +	$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(filter-out %.h,$^) 1>.depend
> >
> > Thanks for fixing this, but I don't really like it much, it's just a gcc
> > bug workaround.  I've switched to gcc 3.4 to resolve it myself.
> 
> True, but the fix isn't very ugly, and I'd rather not be getting daily
> reports about make dep not working on debian.

That assumes people actually running 'make dep' ..

Anyway, I don't feel very strongly about it.  In the worst case we can
remove it after the next Debian stable release or something.

Diego




More information about the ffmpeg-cvslog mailing list