diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-15 02:20:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-15 02:20:32 +0000 |
commit | da86e6c0b69e79e6010878005fab7f1825bd3917 (patch) | |
tree | 52619ebd965c7d181d846a45cec30e070d492eef /runtime/Makefile | |
parent | 6defc76a852c3d11469e49cb29d50ed7b383a6a0 (diff) | |
download | external_llvm-da86e6c0b69e79e6010878005fab7f1825bd3917.zip external_llvm-da86e6c0b69e79e6010878005fab7f1825bd3917.tar.gz external_llvm-da86e6c0b69e79e6010878005fab7f1825bd3917.tar.bz2 |
Convert libraries into the BYTECODE_LIBRARY style
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7858 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/Makefile')
-rw-r--r-- | runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile index 2fad228..6f05ed2 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -1,7 +1,7 @@ # Libraries Makefile: Build all subdirectories automatically LEVEL = ../.. -DIRS := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */)))) +PARALLEL_DIRS := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */)))) include ${LEVEL}/Makefile.common |