From 9fb48de917e6646725d5bb01b6e2c5ec46ff75a1 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 22 Jan 2010 20:40:20 +0000 Subject: 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 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Makefile') 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 -- cgit v1.2.3