Skip to content
Snippets Groups Projects
Commit 3ad02793 authored by Tom Stellard's avatar Tom Stellard
Browse files

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.

(cherry picked from commit 92762842)
parent 97cfa124
No related branches found
No related tags found
Loading
......@@ -39,5 +39,6 @@ EXTRA_OBJECTS = \
include ../../Makefile.template
.PHONY: $(COMPILER_ARCHIVE)
$(COMPILER_ARCHIVE):
$(MAKE) -C $(TOP)/src/mesa/drivers/dri/r300/compiler
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment