summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-15 04:55:22 +0000
committerChris Lattner <sabre@nondot.org>2003-08-15 04:55:22 +0000
commit0605c232b7532828e8af85d81607f40bcdc6ce2e (patch)
treedcf2c06d9190295b2800b812a4b65e72e718f145 /llvm/lib/CodeGen/Makefile
parent4640c6c05ef529f2faff00e18be1f165e5b7f708 (diff)
rename selection directory and library to SelectionDAG
llvm-svn: 7877
Diffstat (limited to 'llvm/lib/CodeGen/Makefile')
-rw-r--r--llvm/lib/CodeGen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile
index 52fa0dbf0d9a..f0a0431f994c 100644
--- a/llvm/lib/CodeGen/Makefile
+++ b/llvm/lib/CodeGen/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../..
-PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Selection
+PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts SelectionDAG
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common