summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-13 02:37:24 +0000
committerChris Lattner <sabre@nondot.org>2003-08-13 02:37:24 +0000
commitbb9be9ddbc1273b74f46287ec9384d54e1608321 (patch)
tree4a7a6f514c2325363d24973d3e419ce304d31518 /llvm/lib/CodeGen/Makefile
parent32fdf188e753074ba39f407cce5a5b9316ab90cc (diff)
Mapping directory no longer exists
llvm-svn: 7801
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 59bb0cfb06a3..52fa0dbf0d9a 100644
--- a/llvm/lib/CodeGen/Makefile
+++ b/llvm/lib/CodeGen/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../..
-PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping Selection
+PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Selection
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common