r300g: remove invalid .PHONY line
authorBrian Paul <brianp@vmware.com>
Wed, 24 Feb 2010 22:49:11 +0000 (15:49 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 24 Feb 2010 22:49:13 +0000 (15:49 -0700)
The $(COMPILER_ARCHIVE) target is not a phony target.
This solves the unconditional re-making of libr300.a

src/gallium/drivers/r300/Makefile

index afddcb161fa76089a8cc1e2a8a04b9218323d15a..1f69daec8194f2064a272c5f614d190399fa012b 100644 (file)
@@ -32,7 +32,5 @@ EXTRA_OBJECTS = \
 
 include ../../Makefile.template
 
-.PHONY : $(COMPILER_ARCHIVE)
-
 $(COMPILER_ARCHIVE):
        $(MAKE) -C $(TOP)/src/mesa/drivers/dri/r300/compiler