From 090b136437bda798158931612f38b5c6571d939e Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Tue, 6 Nov 2012 19:14:25 +0000 Subject: [PATCH] [c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test. It is part of libclang and has other uses besides running the clang tests. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167478 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index fb23e66807..23197a15b4 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -18,7 +18,7 @@ DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \ OPTIONAL_DIRS := extra ifeq ($(BUILD_CLANG_ONLY),YES) - DIRS := driver libclang + DIRS := driver libclang c-index-test OPTIONAL_DIRS := endif -- 2.40.0