From 50398199fb10e196a8d92fbf7a062dbe42ed88fd Mon Sep 17 00:00:00 2001 From: Steve Naroff Date: Fri, 28 Aug 2009 15:28:48 +0000 Subject: Lot's of little changes to get the C-based indexing API going... Work in progress. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80367 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 3ee73ca282..d76e95606d 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -8,6 +8,6 @@ ##===----------------------------------------------------------------------===## LEVEL := ../../.. -DIRS := clang-cc driver index-test wpa CIndex +DIRS := clang-cc driver index-test wpa CIndex c-index-test include $(LEVEL)/Makefile.common -- cgit v1.2.3-18-g5258