[cfe-commits] r167432 - /cfe/trunk/tools/c-index-test/Makefile

Argyrios Kyrtzidis akyrtzi at gmail.com
Mon Nov 5 18:12:21 PST 2012


Author: akirtzidis
Date: Mon Nov  5 20:12:21 2012
New Revision: 167432

URL: http://llvm.org/viewvc/llvm-project?rev=167432&view=rev
Log:
[c-index-test] Do install c-index-test because it's not just for tests,
it's also setup as 'INTERNAL_TOOL'.

Modified:
    cfe/trunk/tools/c-index-test/Makefile

Modified: cfe/trunk/tools/c-index-test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/c-index-test/Makefile?rev=167432&r1=167431&r2=167432&view=diff
==============================================================================
--- cfe/trunk/tools/c-index-test/Makefile (original)
+++ cfe/trunk/tools/c-index-test/Makefile Mon Nov  5 20:12:21 2012
@@ -17,9 +17,6 @@
 # No plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1
 
-# Don't install this. It is used for tests.
-NO_INSTALL = 1
-
 # Include this here so we can get the configuration of the targets that have
 # been configured for construction. We have to do this early so we can set up
 # LINK_COMPONENTS before including Makefile.rules





More information about the cfe-commits mailing list