Mesa (master): llvmpipe: add missing dependency in Makefile

Brian Paul brianp at kemper.freedesktop.org
Wed Apr 21 22:34:25 UTC 2010


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

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 21 16:29:13 2010 -0600

llvmpipe: add missing dependency in Makefile

---

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

diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile
index bfa9f02..4a3fc03 100644
--- a/src/gallium/drivers/llvmpipe/Makefile
+++ b/src/gallium/drivers/llvmpipe/Makefile
@@ -61,5 +61,5 @@ lp_tile_soa.c: lp_tile_soa.py ../../auxiliary/util/u_format_parse.py ../../auxil
 
 LIBS += $(GL_LIB_DEPS) -L../../auxiliary/ -lgallium libllvmpipe.a
 
-$(PROGS): lp_test_main.o
+$(PROGS): lp_test_main.o libllvmpipe.a
 




More information about the mesa-commit mailing list