From: Jakob Bornecrantz Date: Tue, 12 Oct 2010 17:41:24 +0000 (+0100) Subject: llvmpipe: Move makefile include to before targets X-Git-Tag: android-x86-2.2~1063^2~28 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=992e7c72797545e5d7dac11c4714c107be07d41c;p=android-x86%2Fexternal-mesa.git llvmpipe: Move makefile include to before targets Or plain make inside of the directory wont build libllvmpipe.a --- diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index 55b877b4ab9..d71f09eeb37 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 > $@