On Sun, Jul 10, 2011 at 07:29:43PM +0100, Måns Rullgård wrote:
> Diego Biurrun <di...@biurrun.de> writes:
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -127,9 +127,7 @@ alltools: $(TOOLS)
> >
> > -$(TOOLOBJS): %.o: %.c | tools
> > -   $(CC) $(CPPFLAGS) $(CFLAGS) -c $(CC_O) $<
> > -
> > +$(TOOLOBJS): | tools
> >  OBJDIRS += tools
> >
> >  -include $(wildcard tools/*.d)
> > -- 
> 
> OK if you change the commit message to something like
> 
>   tools: use common rules for compiling object files
> 
>   This also generates correct dependencies for these files.

Will push with that changed, thanks for the suggestion.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to