summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2008-02-17 09:42:26 -0500
committerZack Rusin <zack@tungstengraphics.com>2008-02-17 09:43:02 -0500
commit4a79156812d574249b51e1692f4615aa31bf0e50 (patch)
tree9b41d2845dfdcc34903f28d51953ff3f6863c054
parent0c6bbd41bd6dc1041eaca7c907d3768d107c1afa (diff)
fix the build
-rw-r--r--src/gallium/auxiliary/llvm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/llvm/Makefile b/src/gallium/auxiliary/llvm/Makefile
index e0abf860c1..39fac6ea4a 100644
--- a/src/gallium/auxiliary/llvm/Makefile
+++ b/src/gallium/auxiliary/llvm/Makefile
@@ -30,7 +30,7 @@ OBJECTS = $(C_SOURCES:.c=.o) \
### Include directories
INCLUDES = \
-I. \
- -I$(TOP)/src/gallium/drivers
+ -I$(TOP)/src/gallium/drivers \
-I$(TOP)/src/gallium/auxiliary \
-I$(TOP)/src/gallium/include \
-I$(TOP)/src/mesa \