summaryrefslogtreecommitdiff
path: root/runtime/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-15 02:20:32 +0000
committerChris Lattner <sabre@nondot.org>2003-08-15 02:20:32 +0000
commitda86e6c0b69e79e6010878005fab7f1825bd3917 (patch)
tree52619ebd965c7d181d846a45cec30e070d492eef /runtime/Makefile
parent6defc76a852c3d11469e49cb29d50ed7b383a6a0 (diff)
downloadllvm-da86e6c0b69e79e6010878005fab7f1825bd3917.tar.gz
llvm-da86e6c0b69e79e6010878005fab7f1825bd3917.tar.bz2
llvm-da86e6c0b69e79e6010878005fab7f1825bd3917.tar.xz
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 2fad2286f8..6f05ed2d5f 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