From: Chris Lattner Date: Mon, 1 Sep 2003 20:34:15 +0000 (+0000) Subject: Don't build dead directories X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=be4063babd31bc6e47f04dfcb32697408f3d44ea;p=oota-llvm.git Don't build dead directories git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8308 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index f0a0431f994..224ac0c4c83 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/Makefile @@ -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