]> granicus.if.org Git - clang/commitdiff
[PR9321] "make install" does not need install c-index-test. It is used for testing.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 28 Feb 2011 05:21:34 +0000 (05:21 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 28 Feb 2011 05:21:34 +0000 (05:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126634 91177308-0d34-0410-b5e6-96231b3b80d8

tools/c-index-test/Makefile

index 3d9849a3a4015e348ed819ad422f8134150e9fce..68064041f435c5ce373c10ca1f75d471ea124232 100644 (file)
@@ -13,6 +13,9 @@ TOOLNAME = c-index-test
 # No plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1
 
+# Don't install this. It is used for tests.
+NO_INSTALL = 1
+
 LINK_COMPONENTS := support mc
 USEDLIBS = clang.a clangIndex.a clangFrontend.a clangDriver.a \
           clangSerialization.a clangParse.a clangSema.a clangAnalysis.a \