projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17efc8c
)
gallium: remove extra -I paths from Makefile.template
author
Brian Paul
<brianp@vmware.com>
Wed, 24 Feb 2010 22:09:57 +0000
(15:09 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 24 Feb 2010 22:09:57 +0000
(15:09 -0700)
src/gallium/Makefile.template
patch
|
blob
|
history
diff --git
a/src/gallium/Makefile.template
b/src/gallium/Makefile.template
index 3274c8e0c30b85ad682923db7671b094c6d056c3..713e192a4ebdaa1caf80d441bf2ade945498f16f 100644
(file)
--- a/
src/gallium/Makefile.template
+++ b/
src/gallium/Makefile.template
@@
-21,9
+21,6
@@
INCLUDES = \
-I$(TOP)/src/gallium/include \
-I$(TOP)/src/gallium/auxiliary \
-I$(TOP)/src/gallium/drivers \
- -I$(GALLIUM)/src/gallium/include \
- -I$(GALLIUM)/src/gallium/auxiliary \
- -I$(GALLIUM)/src/gallium/drivers \
$(LIBRARY_INCLUDES)