summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-15 18:22:35 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-15 18:22:35 -0700
commit0cec2e18d5a11244f1b2c989b3f17161a95ee416 (patch)
tree8ca25abb01a7a0b4029fe428faea74f0e2e5ff75 /src/mesa
parent14a1e5908dc204f033eaff88e6b3f5cbc9793c0c (diff)
remove redundant llvm subdir
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/pipe/Makefile2
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