summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/Makefile
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 /src/gallium/drivers/llvmpipe/Makefile
parentfeffd259da5f2655222a2f26e2e5665a9e28173f (diff)
llvmpipe: add missing dependency in Makefile
Diffstat (limited to 'src/gallium/drivers/llvmpipe/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 bfa9f02bc5..4a3fc036c4 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