mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
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:
parent
1332ee5487
commit
778276a4dd
1 changed files with 0 additions and 2 deletions
|
|
@ -32,7 +32,5 @@ EXTRA_OBJECTS = \
|
|||
|
||||
include ../../Makefile.template
|
||||
|
||||
.PHONY : $(COMPILER_ARCHIVE)
|
||||
|
||||
$(COMPILER_ARCHIVE):
|
||||
$(MAKE) -C $(TOP)/src/mesa/drivers/dri/r300/compiler
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue