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 | |
| 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
| -rw-r--r-- | llvm/lib/CodeGen/Makefile | 2 | ||||
| -rw-r--r-- | llvm/lib/Transforms/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/llvm/lib/Transforms/Makefile b/llvm/lib/Transforms/Makefile index 31436216db4..09ae44f6107 100644 --- a/llvm/lib/Transforms/Makefile +++ b/llvm/lib/Transforms/Makefile @@ -1,5 +1,5 @@ LEVEL = ../.. -DIRS = Utils Instrumentation Scalar IPO +PARALLEL_DIRS = Utils Instrumentation Scalar IPO LIBRARYNAME = transforms BUILD_ARCHIVE = 1 |

