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 | 5718a6bf990211185aa03829ba7317eb0879ce31 (patch) | |
| tree | cd53206fb3cf770ef158c6626d34a081df1a49f5 /llvm/lib/CodeGen | |
| parent | e4fe5371034ed70935719dd98c32dcffd85bf914 (diff) | |
| download | bcm5719-llvm-5718a6bf990211185aa03829ba7317eb0879ce31.tar.gz bcm5719-llvm-5718a6bf990211185aa03829ba7317eb0879ce31.zip | |
Don't build dead directories
llvm-svn: 8308
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile index f0a0431f994..224ac0c4c83 100644 --- a/llvm/lib/CodeGen/Makefile +++ b/llvm/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 |

