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

Matt Turner mattst88 at gmail.com
Wed Jan 16 15:14:10 PST 2013


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



More information about the mesa-dev mailing list