From: Brian Paul Date: Wed, 24 Feb 2010 22:49:11 +0000 (-0700) Subject: r300g: remove invalid .PHONY line X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=778276a4dd30d97ca9b573b090a28b22d17a6801;p=mesa.git r300g: remove invalid .PHONY line The $(COMPILER_ARCHIVE) target is not a phony target. This solves the unconditional re-making of libr300.a --- diff --git a/src/gallium/drivers/r300/Makefile b/src/gallium/drivers/r300/Makefile index afddcb161fa..1f69daec819 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