summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/Makefile
diff options
context:
space:
mode:
authorTom Stellard <tstellar@gmail.com>2010-09-19 22:44:19 -0700
committerTom Stellard <tstellar@gmail.com>2010-09-23 15:04:35 -0700
commit92762842a0724831a92aa9f76eb52a19cc179649 (patch)
treeb1e650a1d5a9242cb1a7d1d7c45f124407493cd0 /src/gallium/drivers/r300/Makefile
parentd26211e499afb06359d903419315070f022c8efe (diff)
r300g: Always try to build libr300compiler.a
Make libr300compiler.a a PHONY target so that this library will always be built. This fixes the problem of libr300compiler.a not being updated when r300g is being built and r300c is not. This is a candidate for the Mesa 7.9 branch.
Diffstat (limited to 'src/gallium/drivers/r300/Makefile')
-rw-r--r--src/gallium/drivers/r300/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/Makefile b/src/gallium/drivers/r300/Makefile
index 728bc40a5b..66d900ebb5 100644
--- a/src/gallium/drivers/r300/Makefile
+++ b/src/gallium/drivers/r300/Makefile
@@ -39,5 +39,6 @@ EXTRA_OBJECTS = \
include ../../Makefile.template
+.PHONY: $(COMPILER_ARCHIVE)
$(COMPILER_ARCHIVE):
$(MAKE) -C $(TOP)/src/mesa/drivers/dri/r300/compiler