From 19b2cfd6f683e158d21ba10af3bc6ce5da5d669c Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Sat, 11 Sep 2010 22:07:59 +0800 Subject: 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. --- src/mesa/sources.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/sources.mak') 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 \ -- cgit v1.2.3