summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-04-21 16:29:13 -0600
committerBrian Paul <brianp@vmware.com>2010-04-21 16:30:13 -0600
commit04c136d5c206bd34d5cd6329d9fdc2cc336305a4 (patch)
treed34519c5f66ceb8636f35e5f27e2e0363eed216a
parentfeffd259da5f2655222a2f26e2e5665a9e28173f (diff)
downloadexternal_mesa3d-04c136d5c206bd34d5cd6329d9fdc2cc336305a4.zip
external_mesa3d-04c136d5c206bd34d5cd6329d9fdc2cc336305a4.tar.gz
external_mesa3d-04c136d5c206bd34d5cd6329d9fdc2cc336305a4.tar.bz2
llvmpipe: add missing dependency in Makefile
-rw-r--r--src/gallium/drivers/llvmpipe/Makefile2
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