Module: Mesa Branch: master Commit: 1332ee5487cc03955978162076ae8f37e70f06ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1332ee5487cc03955978162076ae8f37e70f06ee
Author: Brian Paul <[email protected]> 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) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
