diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-04-30 17:59:38 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-04-30 17:59:38 +0000 |
commit | 25cf7b4e9198026c8872203874d04b36831af969 (patch) | |
tree | af6eb1d32b5752708228a40cbc0467facb906872 /tools/c-index-test | |
parent | 866163bf6c66211a9b4d5ba160ac02de04ce4be6 (diff) |
Move include installation steps to better location, inside each include dir instead of at the top-level.
Also, don't set NO_INSTALL=1 for c-index-test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102724 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/c-index-test')
-rw-r--r-- | tools/c-index-test/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/c-index-test/Makefile b/tools/c-index-test/Makefile index e9ba174275..1412563617 100644 --- a/tools/c-index-test/Makefile +++ b/tools/c-index-test/Makefile @@ -10,7 +10,6 @@ LEVEL = ../../../.. TOOLNAME = c-index-test CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include -NO_INSTALL = 1 # No plugins, optimize startup time. TOOL_NO_EXPORTS = 1 |