diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-01 20:34:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-01 20:34:15 +0000 |
commit | be4063babd31bc6e47f04dfcb32697408f3d44ea (patch) | |
tree | ce58888dae3429c720667573297996e97d5e8317 /lib/CodeGen | |
parent | 5ab12b579ea14e4164ae74ac21231211c4532431 (diff) |
Don't build dead directories
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8308 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index f0a0431f99..224ac0c4c8 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 |