On Tue, Jun 07, 2011 at 10:19:22AM +0100, Mans Rullgard wrote:
> Use intermediate targets instead of variables for conditional
> parts of "all" and "install" targets.

OK

> --- a/Makefile
> +++ b/Makefile
> @@ -43,15 +43,9 @@ FF_LDFLAGS   := $(FFLDFLAGS)
>  
> -ALL_TARGETS-$(CONFIG_DOC)       += documentation
> +all-$(CONFIG_DOC): documentation

unrelated: all-yes is missing from .PHONY.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to