mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 08:08:06 +02:00
r300g: Always try to build libr300compiler.a
Make libr300compiler.a a PHONY target so that this library will always be built. This fixes the problem of libr300compiler.a not being updated when r300g is being built and r300c is not. This is a candidate for the Mesa 7.9 branch.
This commit is contained in:
parent
d26211e499
commit
92762842a0
1 changed files with 1 additions and 0 deletions
|
|
@ -39,5 +39,6 @@ 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