summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-01 20:34:15 +0000
committerChris Lattner <sabre@nondot.org>2003-09-01 20:34:15 +0000
commit5718a6bf990211185aa03829ba7317eb0879ce31 (patch)
treecd53206fb3cf770ef158c6626d34a081df1a49f5 /llvm/lib/CodeGen/Makefile
parente4fe5371034ed70935719dd98c32dcffd85bf914 (diff)
Don't build dead directories
llvm-svn: 8308
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 f0a0431f994c..224ac0c4c83d 100644
--- a/llvm/lib/CodeGen/Makefile
+++ b/llvm/lib/CodeGen/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../..
-PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts SelectionDAG
+PARALLEL_DIRS = InstrSelection InstrSched RegAlloc SelectionDAG
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common