Don't build dead directories
authorChris Lattner <sabre@nondot.org>
Mon, 1 Sep 2003 20:34:15 +0000 (20:34 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 1 Sep 2003 20:34:15 +0000 (20:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8308 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/Makefile

index f0a0431f994cd05ea67d6bd0959e258364158848..224ac0c4c83de4a577431c08e6bc876cbb04b99e 100644 (file)
@@ -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