Mesa (master): gallium: remove extra -I paths from Makefile.template

Brian Paul brianp at kemper.freedesktop.org
Wed Feb 24 22:11:16 UTC 2010


Module: Mesa
Branch: master
Commit: 1332ee5487cc03955978162076ae8f37e70f06ee
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1332ee5487cc03955978162076ae8f37e70f06ee

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Feb 24 15:09:57 2010 -0700

gallium: remove extra -I paths from Makefile.template

---

 src/gallium/Makefile.template |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template
index 3274c8e..713e192 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)
 
 




More information about the mesa-commit mailing list