summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2010-04-09 01:43:16 +0000
committerSean Callanan <scallanan@apple.com>2010-04-09 01:43:16 +0000
commit8c0a1608d582b5cd277d3a55fb92324e48386bc9 (patch)
treeea903b00ee13f1e68eaeb182d2de1d15183bd1dc /tools/Makefile
parentbe02b20a8f9e9503733df945968e48562714dd32 (diff)
downloadllvm-8c0a1608d582b5cd277d3a55fb92324e48386bc9.tar.gz
llvm-8c0a1608d582b5cd277d3a55fb92324e48386bc9.tar.bz2
llvm-8c0a1608d582b5cd277d3a55fb92324e48386bc9.tar.xz
Added a tester for the enhanced disassembler,
integrated into the llvm-mc testing tool. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100842 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.