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