diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-01-15 18:22:35 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-01-15 18:22:35 -0700 |
commit | 0cec2e18d5a11244f1b2c989b3f17161a95ee416 (patch) | |
tree | 8ca25abb01a7a0b4029fe428faea74f0e2e5ff75 | |
parent | 14a1e5908dc204f033eaff88e6b3f5cbc9793c0c (diff) |
remove redundant llvm subdir
-rw-r--r-- | src/mesa/pipe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/Makefile b/src/mesa/pipe/Makefile index da044036ff..d880d090c1 100644 --- a/src/mesa/pipe/Makefile +++ b/src/mesa/pipe/Makefile @@ -10,7 +10,7 @@ ifeq ($(CONFIG_NAME), linux-llvm) LLVM_DIR = llvm endif -SUBDIRS = softpipe llvm i915simple i965simple failover pipebuffer $(CELL_DIR) $(LLVM_DIR) +SUBDIRS = softpipe i915simple i965simple failover pipebuffer $(CELL_DIR) $(LLVM_DIR) default: subdirs |