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/mesa/Makefile | |
parent | 92fcbf6e7bc622dcace226bb70ff6d5cdbdbaecb (diff) |
Code reorganization: s/aux/auxiliary/ -- update build.
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r-- | src/mesa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 561608fedd6..c8cb2b592fe 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -21,7 +21,7 @@ CELL_LIB_SPU = $(TOP)/src/gallium/drivers/cell/spu/g3d_spu.a endif ifeq ($(CONFIG_NAME), linux-llvm) -LLVM_LIB = $(TOP)/src/gallium/aux/llvm/libgallivm.a +LLVM_LIB = $(TOP)/src/gallium/auxiliary/llvm/libgallivm.a endif .SUFFIXES : .cpp |