summaryrefslogtreecommitdiff
path: root/src/gallium/Makefile.template
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-02-24 15:09:57 -0700
committerBrian Paul <brianp@vmware.com>2010-02-24 15:09:57 -0700
commit1332ee5487cc03955978162076ae8f37e70f06ee (patch)
treee3d2125cd1a68d58532902e205cc4d4233972dc0 /src/gallium/Makefile.template
parent17efc8c05c6931a4638ee9f6138794f2b2b29540 (diff)
gallium: remove extra -I paths from Makefile.template
Diffstat (limited to 'src/gallium/Makefile.template')
-rw-r--r--src/gallium/Makefile.template3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template
index 3274c8e0c3..713e192a4e 100644
--- 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)