projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1332ee5
)
r300g: remove invalid .PHONY line
author
Brian Paul
<brianp@vmware.com>
Wed, 24 Feb 2010 22:49:11 +0000
(15:49 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 24 Feb 2010 22:49:13 +0000
(15:49 -0700)
The $(COMPILER_ARCHIVE) target is not a phony target.
This solves the unconditional re-making of libr300.a
src/gallium/drivers/r300/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r300/Makefile
b/src/gallium/drivers/r300/Makefile
index afddcb161fa76089a8cc1e2a8a04b9218323d15a..1f69daec8194f2064a272c5f614d190399fa012b 100644
(file)
--- 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