summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-02-24 15:49:11 -0700
committerBrian Paul <brianp@vmware.com>2010-02-24 15:49:13 -0700
commit778276a4dd30d97ca9b573b090a28b22d17a6801 (patch)
tree7176a908ba9f74c3c27569b5bfac4b036fc17f12 /src/gallium/drivers/r300/Makefile
parent1332ee5487cc03955978162076ae8f37e70f06ee (diff)
r300g: remove invalid .PHONY line
The $(COMPILER_ARCHIVE) target is not a phony target. This solves the unconditional re-making of libr300.a
Diffstat (limited to 'src/gallium/drivers/r300/Makefile')
-rw-r--r--src/gallium/drivers/r300/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/Makefile b/src/gallium/drivers/r300/Makefile
index afddcb161f..1f69daec81 100644
--- a/src/gallium/drivers/r300/Makefile
+++ b/src/gallium/drivers/r300/Makefile
@@ -32,7 +32,5 @@ EXTRA_OBJECTS = \
include ../../Makefile.template
-.PHONY : $(COMPILER_ARCHIVE)
-
$(COMPILER_ARCHIVE):
$(MAKE) -C $(TOP)/src/mesa/drivers/dri/r300/compiler