summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-09-11 22:07:59 +0800
committerChia-I Wu <olv@lunarg.com>2010-09-12 02:31:33 +0800
commit19b2cfd6f683e158d21ba10af3bc6ce5da5d669c (patch)
treeb7dddbf0c2f57dee4b0f7b9526c6e862fa249135 /src/mesa/sources.mak
parent33b1d14913f8a9f91bf2f2962282502590ed51c1 (diff)
mesa: Fix depend.es[12] generation when LLVM is enabled.
"llvm-config --cflags" outputs -f options, which conflict makedepend. Clean up compiler flags and append LLVM_CFLAGS to the new xxx_CFLAGS instead of xxx_CPPFLAGS, where xxx may be MESA, ES1, or ES2.
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index 9156024d47..b35d09335d 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -358,6 +358,7 @@ GLSL_LIBS = \
INCLUDE_DIRS = \
-I$(TOP)/include \
+ -I$(TOP)/src/glsl \
-I$(TOP)/src/mesa \
-I$(TOP)/src/mapi \
-I$(TOP)/src/gallium/include \