From 7f2438f1700789278ebd28362c41646165b5ce00 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7801 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 59bb0cfb06a..52fa0dbf0d9 100644 --- a/lib/CodeGen/Makefile +++ b/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