remove redundant llvm subdir
authorBrian <brian.paul@tungstengraphics.com>
Wed, 16 Jan 2008 01:22:35 +0000 (18:22 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 16 Jan 2008 01:22:35 +0000 (18:22 -0700)
src/mesa/pipe/Makefile

index da04403..d880d09 100644 (file)
@@ -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