summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-01-22 20:40:20 +0000
committerDouglas Gregor <dgregor@apple.com>2010-01-22 20:40:20 +0000
commit9fb48de917e6646725d5bb01b6e2c5ec46ff75a1 (patch)
tree8c14508cf859db320a8923e4ff707c67efaa8dd8 /tools/Makefile
parenta030b7cf5e6aad5889b1b662b6979840bc75f87f (diff)
downloadclang-9fb48de917e6646725d5bb01b6e2c5ec46ff75a1.tar.gz
clang-9fb48de917e6646725d5bb01b6e2c5ec46ff75a1.tar.bz2
clang-9fb48de917e6646725d5bb01b6e2c5ec46ff75a1.tar.xz
Eliminate index-test; all of its tested functionality is now in c-index-test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94211 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 a30932b899..ce3e4cd308 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -8,6 +8,6 @@
##===----------------------------------------------------------------------===##
LEVEL := ../../..
-DIRS := driver index-test CIndex c-index-test
+DIRS := driver CIndex c-index-test
include $(LEVEL)/Makefile.common