projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d26211e
)
r300g: Always try to build libr300compiler.a
author
Tom Stellard
<tstellar@gmail.com>
Mon, 20 Sep 2010 05:44:19 +0000
(22:44 -0700)
committer
Tom Stellard
<tstellar@gmail.com>
Thu, 23 Sep 2010 22:04:35 +0000
(15:04 -0700)
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.
src/gallium/drivers/r300/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r300/Makefile
b/src/gallium/drivers/r300/Makefile
index 728bc40a5bb269647a6e85e7296f9b55718d86e5..66d900ebb5f35b57b7a051e3940bed3ef012a20f 100644
(file)
--- a/
src/gallium/drivers/r300/Makefile
+++ b/
src/gallium/drivers/r300/Makefile
@@
-39,5
+39,6
@@
EXTRA_OBJECTS = \
include ../../Makefile.template
+.PHONY: $(COMPILER_ARCHIVE)
$(COMPILER_ARCHIVE):
$(MAKE) -C $(TOP)/src/mesa/drivers/dri/r300/compiler