diff options
author | Zack Rusin <[email protected]> | 2008-02-17 09:42:26 -0500 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2008-02-17 09:43:02 -0500 |
commit | 4a79156812d574249b51e1692f4615aa31bf0e50 (patch) | |
tree | 9b41d2845dfdcc34903f28d51953ff3f6863c054 /src/gallium | |
parent | 0c6bbd41bd6dc1041eaca7c907d3768d107c1afa (diff) |
fix the build
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/llvm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/llvm/Makefile b/src/gallium/auxiliary/llvm/Makefile index e0abf860c17..39fac6ea4a5 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 \ |