Module: Mesa Branch: master Commit: 37f34e53e08115a88756957414c253fcd94b6d5e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=37f34e53e08115a88756957414c253fcd94b6d5e
Author: Matt Turner <[email protected]> Date: Mon Jan 14 14:18:02 2013 -0800 xmlpool/build: generate options.h via BUILT_SOURCES Fixes missing options.h when doing 'make check' in dri/common before 'make' has been run. Reviewed-by: Andreas Boll <[email protected]> --- 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: _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
