[cfe-commits] r140681 - /cfe/trunk/tools/c-index-test/Makefile
Ted Kremenek
kremenek at apple.com
Tue Sep 27 21:39:42 PDT 2011
Author: kremenek
Date: Tue Sep 27 23:39:41 2011
New Revision: 140681
URL: http://llvm.org/viewvc/llvm-project?rev=140681&view=rev
Log:
Install c-index-test as part of install-clang-c Makefile rule.
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=140681&r1=140680&r2=140681&view=diff
==============================================================================
--- cfe/trunk/tools/c-index-test/Makefile (original)
+++ cfe/trunk/tools/c-index-test/Makefile Tue Sep 27 23:39:41 2011
@@ -13,9 +13,6 @@
# 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 \
More information about the cfe-commits
mailing list