From bb9be9ddbc1273b74f46287ec9384d54e1608321 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 13 Aug 2003 02:37:24 +0000 Subject: [PATCH] Mapping directory no longer exists llvm-svn: 7801 --- llvm/lib/CodeGen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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