Mesa (master): llvmpipe: Move makefile include to before targets

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Fri Oct 15 18:16:53 UTC 2010


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

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Tue Oct 12 18:41:24 2010 +0100

llvmpipe: Move makefile include to before targets

Or plain make inside of the directory wont build libllvmpipe.a

---

 src/gallium/drivers/llvmpipe/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile
index 55b877b..d71f09e 100644
--- a/src/gallium/drivers/llvmpipe/Makefile
+++ b/src/gallium/drivers/llvmpipe/Makefile
@@ -63,12 +63,12 @@ PROGS := lp_test_format	\
 # Need this for the lp_test_*.o files
 CLEAN_EXTRA = *.o
 
+include ../../Makefile.template
+
 lp_test_sincos.o : sse_mathfun.h
 
 PROGS_DEPS := ../../auxiliary/libgallium.a
 
-include ../../Makefile.template
-
 lp_tile_soa.c: lp_tile_soa.py ../../auxiliary/util/u_format_parse.py ../../auxiliary/util/u_format_pack.py ../../auxiliary/util/u_format.csv
 	python lp_tile_soa.py ../../auxiliary/util/u_format.csv > $@
 




More information about the mesa-commit mailing list