summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-09 04:24:20 +0000
committerChris Lattner <sabre@nondot.org>2010-04-09 04:24:20 +0000
commitcfc99a99bd59e4a84931753c0e4be6df56c1c837 (patch)
tree4595d650e9adccc0cff99afb2b2be2f8ab18bd31 /tools/Makefile
parent2381379d1d2a3a4ac447e82906bc989369865ad4 (diff)
downloadllvm-cfc99a99bd59e4a84931753c0e4be6df56c1c837.tar.gz
llvm-cfc99a99bd59e4a84931753c0e4be6df56c1c837.tar.bz2
llvm-cfc99a99bd59e4a84931753c0e4be6df56c1c837.tar.xz
revert r100842 which broke several of the build bots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100848 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 8205568c2f..e124422cd6 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -36,7 +36,7 @@ include $(LEVEL)/Makefile.config
ifeq ($(ENABLE_PIC),1)
# No support for dynamic libraries on windows targets.
ifneq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW))
- DIRS += edis
+ PARALLEL_DIRS += edis
# gold only builds if binutils is around. It requires "lto" to build before
# it so it is added to DIRS.