summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-index-test
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-04-30 17:59:38 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-04-30 17:59:38 +0000
commit9f84c7b600ee82e43fd1209acb6a5dae2fd8f5ae (patch)
tree5671231715cc7e9b67c92d451ce69639eebe4ece /clang/tools/c-index-test
parent6221b856804fe235ce95fd1ddf658bfe7f233c64 (diff)
downloadbcm5719-llvm-9f84c7b600ee82e43fd1209acb6a5dae2fd8f5ae.tar.gz
bcm5719-llvm-9f84c7b600ee82e43fd1209acb6a5dae2fd8f5ae.zip
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. llvm-svn: 102724
Diffstat (limited to 'clang/tools/c-index-test')
-rw-r--r--clang/tools/c-index-test/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/tools/c-index-test/Makefile b/clang/tools/c-index-test/Makefile
index e9ba174275a..14125636176 100644
--- a/clang/tools/c-index-test/Makefile
+++ b/clang/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
OpenPOWER on IntegriCloud