trim down -I options
authorBrian <brian.paul@tungstengraphics.com>
Wed, 12 Dec 2007 01:58:48 +0000 (18:58 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 12 Dec 2007 01:58:48 +0000 (18:58 -0700)
src/mesa/sources

index fb059498f919457d70565d2dd33c0ef6916b841a..31aeb5b451cc63d738267553cd22e21e2865f9ca 100644 (file)
@@ -427,10 +427,12 @@ INCLUDE_DIRS = \
        -I$(TOP)/src/mesa/main \
        -I$(TOP)/src/mesa/glapi \
        -I$(TOP)/src/mesa/math \
-       -I$(TOP)/src/mesa/tnl \
        -I$(TOP)/src/mesa/shader \
        -I$(TOP)/src/mesa/shader/grammar \
-       -I$(TOP)/src/mesa/shader/slang \
+       -I$(TOP)/src/mesa/shader/slang
+
+OLD_INCLUDE_DIRS = \
+       -I$(TOP)/src/mesa/tnl \
        -I$(TOP)/src/mesa/swrast \
        -I$(TOP)/src/mesa/swrast_setup \
        -I$(TOP)/src/mesa/pipe/tgsi