diff options
author | Bob Wilson <bob.wilson@apple.com> | 2011-11-28 08:03:54 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2011-11-28 08:03:54 +0000 |
commit | 3e627ae2a918f0268f23c3f7ba62fd7df9ab30e1 (patch) | |
tree | ebd31f4926a18123e5a29d3304f79c9dc7bcf0c9 /tools/c-index-test | |
parent | c00c0c3652dd172045589f635a7bbffce1564b94 (diff) |
Install c-index-test and clang-c/Index.h as internal files. rdar://10217046
Specify that these files should be installed to the optional internal
install location as specified by configure's --with-internal-prefix.
If that option is not used, they'll be installed to the default prefix
as before.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145235 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/c-index-test')
-rw-r--r-- | tools/c-index-test/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/c-index-test/Makefile b/tools/c-index-test/Makefile index c21b3279a2..471ce912d0 100644 --- a/tools/c-index-test/Makefile +++ b/tools/c-index-test/Makefile @@ -10,6 +10,10 @@ CLANG_LEVEL := ../.. TOOLNAME = c-index-test +# If a separate install prefix was specified for internal tools, use it +# when installing c-index-test. +INTERNAL_TOOL = 1 + # No plugins, optimize startup time. TOOL_NO_EXPORTS = 1 |