summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2010-04-10 00:48:10 +0000
committerSean Callanan <scallanan@apple.com>2010-04-10 00:48:10 +0000
commit35a3d3f8cd935817b0fead23dc250706cbb2b071 (patch)
treedc2bf06f40b31041d06a221c51e775cd19d517d7 /tools/Makefile
parent2c8a9f8ad99f9d3777ea82bb44f8bbf6c983642c (diff)
downloadllvm-35a3d3f8cd935817b0fead23dc250706cbb2b071.tar.gz
llvm-35a3d3f8cd935817b0fead23dc250706cbb2b071.tar.bz2
llvm-35a3d3f8cd935817b0fead23dc250706cbb2b071.tar.xz
Updated the edis build mechanism to allow for builds
that do not build some (or all) of the targets that edis supports. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100910 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 e124422cd6..8205568c2f 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))
- PARALLEL_DIRS += edis
+ DIRS += edis
# gold only builds if binutils is around. It requires "lto" to build before
# it so it is added to DIRS.