Mapping directory no longer exists
authorChris Lattner <sabre@nondot.org>
Wed, 13 Aug 2003 02:37:24 +0000 (02:37 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Aug 2003 02:37:24 +0000 (02:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7801 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/Makefile

index 59bb0cfb06a3829362a4f0dbf7b10abaa1c19230..52fa0dbf0d9adb8a9fcdea089d17f6979857f084 100644 (file)
@@ -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