summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-09-30 11:22:45 +0000
committerBill Wendling <isanbard@gmail.com>2012-09-30 11:22:45 +0000
commita2cccd0fc17f3ea66e3e8cfe27723b7f8d46a5c8 (patch)
treef782b681ea83127ac91cf89ce7b890e98e527a0b /tools/Makefile
parent33e3911c0864f45dca7d1eca9158ba1ce9f057be (diff)
downloadclang-a2cccd0fc17f3ea66e3e8cfe27723b7f8d46a5c8.tar.gz
clang-a2cccd0fc17f3ea66e3e8cfe27723b7f8d46a5c8.tar.bz2
clang-a2cccd0fc17f3ea66e3e8cfe27723b7f8d46a5c8.tar.xz
Remove this hack in favor of another, better way of performing the same thing.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164915 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/Makefile b/tools/Makefile
index f271e139e2..e7aa2fa4ff 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -14,10 +14,6 @@ include $(CLANG_LEVEL)/../../Makefile.config
DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \
clang-check
-ifeq ($(CLANG_NO_TEST_TOOLS),YES)
-DIRS := driver libclang
-endif
-
# Recurse into the extra repository of tools if present.
OPTIONAL_DIRS := extra