From: Brian Date: Wed, 16 Jan 2008 01:22:35 +0000 (-0700) Subject: remove redundant llvm subdir X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0cec2e18d5a11244f1b2c989b3f17161a95ee416;p=mesa.git remove redundant llvm subdir --- diff --git a/src/mesa/pipe/Makefile b/src/mesa/pipe/Makefile index da044036ffb..d880d090c15 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