[Ffmpeg-cvslog] r6988 - trunk/Makefile

Måns Rullgård mru
Sun Nov 12 17:46:15 CET 2006


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.

-- 
M?ns Rullg?rd
mru at inprovide.com




More information about the ffmpeg-cvslog mailing list