projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14a1e59
)
remove redundant llvm subdir
author
Brian
<brian.paul@tungstengraphics.com>
Wed, 16 Jan 2008 01:22:35 +0000
(18:22 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Wed, 16 Jan 2008 01:22:35 +0000
(18:22 -0700)
src/mesa/pipe/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/Makefile
b/src/mesa/pipe/Makefile
index
da04403
..
d880d09
100644
(file)
--- 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