diff options
author | José Fonseca <[email protected]> | 2008-02-15 20:11:40 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-02-15 20:11:40 +0900 |
commit | 66f22aa3bf7fa546e946b45156aa578e202982c9 (patch) | |
tree | e5c7166e02a90f1dddecb50c2eab763fbb9e0380 /src/gallium/auxiliary/llvm/Makefile | |
parent | 92fcbf6e7bc622dcace226bb70ff6d5cdbdbaecb (diff) |
Code reorganization: s/aux/auxiliary/ -- update build.
Diffstat (limited to 'src/gallium/auxiliary/llvm/Makefile')
-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 e6ac399d088..e0abf860c17 100644 --- a/src/gallium/auxiliary/llvm/Makefile +++ b/src/gallium/auxiliary/llvm/Makefile @@ -31,7 +31,7 @@ OBJECTS = $(C_SOURCES:.c=.o) \ INCLUDES = \ -I. \ -I$(TOP)/src/gallium/drivers - -I$(TOP)/src/gallium/aux \ + -I$(TOP)/src/gallium/auxiliary \ -I$(TOP)/src/gallium/include \ -I$(TOP)/src/mesa \ -I$(TOP)/include |