projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
298a035
)
gallium: remove unneeded -I path from Makefile.templast
author
Brian Paul
<brianp@vmware.com>
Fri, 26 Feb 2010 17:44:41 +0000
(10:44 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 26 Feb 2010 17:44:41 +0000
(10:44 -0700)
src/gallium/Makefile.template
patch
|
blob
|
history
diff --git
a/src/gallium/Makefile.template
b/src/gallium/Makefile.template
index 713e192a4ebdaa1caf80d441bf2ade945498f16f..6b7c7c80a78515a5553a4904a5a0b1bbe66af952 100644
(file)
--- a/
src/gallium/Makefile.template
+++ b/
src/gallium/Makefile.template
@@
-20,7
+20,6
@@
INCLUDES = \
-I. \
-I$(TOP)/src/gallium/include \
-I$(TOP)/src/gallium/auxiliary \
- -I$(TOP)/src/gallium/drivers \
$(LIBRARY_INCLUDES)