[Mesa-dev] [PATCH 1/7] xmlpool/build: generate options.h via BUILT_SOURCES

Andreas Boll andreas.boll.dev at gmail.com
Fri Jan 18 10:44:32 PST 2013


Reviewed-by: Andreas Boll <andreas.boll.dev at gmail.com>

2013/1/17 Matt Turner <mattst88 at gmail.com>:
> Fixes missing options.h when doing 'make check' in dri/common before
> 'make' has been run.
> ---
>  src/mesa/drivers/dri/common/xmlpool/Makefile.am |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/mesa/drivers/dri/common/xmlpool/Makefile.am b/src/mesa/drivers/dri/common/xmlpool/Makefile.am
> index b99df40..b545f37 100644
> --- a/src/mesa/drivers/dri/common/xmlpool/Makefile.am
> +++ b/src/mesa/drivers/dri/common/xmlpool/Makefile.am
> @@ -52,7 +52,7 @@ POT=xmlpool.pot
>
>  .PHONY: all clean pot po mo
>
> -all: options.h
> +BUILT_SOURCES = options.h
>
>  # All generated files are cleaned up.
>  clean:
> --
> 1.7.8.6
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list