Mesa (master): xmlpool/build: generate options.h via BUILT_SOURCES

Matt Turner mattst88 at kemper.freedesktop.org
Mon Jan 21 04:04:15 UTC 2013


Module: Mesa
Branch: master
Commit: 37f34e53e08115a88756957414c253fcd94b6d5e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=37f34e53e08115a88756957414c253fcd94b6d5e

Author: Matt Turner <mattst88 at gmail.com>
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 <andreas.boll.dev at gmail.com>

---

 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:




More information about the mesa-commit mailing list