diff options
author | Brian Paul <brianp@vmware.com> | 2010-02-26 10:44:41 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-02-26 10:44:41 -0700 |
commit | d9c65ddd52199469c49fc0d3ad90fedb9a69274d (patch) | |
tree | da394e236ace8a37590fcb94e571583e5f1bddf1 | |
parent | 298a0352862e748078c7c56acd2cfc96c67373d4 (diff) | |
download | external_mesa3d-d9c65ddd52199469c49fc0d3ad90fedb9a69274d.zip external_mesa3d-d9c65ddd52199469c49fc0d3ad90fedb9a69274d.tar.gz external_mesa3d-d9c65ddd52199469c49fc0d3ad90fedb9a69274d.tar.bz2 |
gallium: remove unneeded -I path from Makefile.templast
-rw-r--r-- | 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) |