diff options
| author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-09-29 11:52:14 +0000 |
|---|---|---|
| committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-09-29 11:52:14 +0000 |
| commit | be55f2dd2c24919c54aa8e4f3894673ae224840b (patch) | |
| tree | 5d2e19c9cb6721a0a8bf9a9b245fd5dccd3218ab /llvm/lib/CodeGen | |
| parent | 009dac7ab4fc733de80995d5c8ee7cc7e2dc7676 (diff) | |
| download | bcm5719-llvm-be55f2dd2c24919c54aa8e4f3894673ae224840b.tar.gz bcm5719-llvm-be55f2dd2c24919c54aa8e4f3894673ae224840b.zip | |
Convert DIRS to PARALLEL_DIRS. They can be built independently.
llvm-svn: 3972
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 57ee9160fcf..c235800f878 100644 --- a/llvm/lib/CodeGen/Makefile +++ b/llvm/lib/CodeGen/Makefile @@ -1,4 +1,4 @@ LEVEL = ../.. -DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping +PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping include $(LEVEL)/Makefile.common |

