Mesa (master): gallium: remove unneeded -I path from Makefile.templast

Brian Paul brianp at kemper.freedesktop.org
Fri Feb 26 17:44:48 UTC 2010


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

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Feb 26 10:44:41 2010 -0700

gallium: remove unneeded -I path from Makefile.templast

---

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

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




More information about the mesa-commit mailing list