r300g: remove invalid .PHONY line

The $(COMPILER_ARCHIVE) target is not a phony target.
This solves the unconditional re-making of libr300.a
This commit is contained in:
Brian Paul 2010-02-24 15:49:11 -07:00
parent 1332ee5487
commit 778276a4dd

View file

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