From: Brian Paul Date: Wed, 24 Feb 2010 22:09:57 +0000 (-0700) Subject: gallium: remove extra -I paths from Makefile.template X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1332ee5487cc03955978162076ae8f37e70f06ee;p=mesa.git gallium: remove extra -I paths from Makefile.template --- diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template index 3274c8e0c30..713e192a4eb 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)