diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-08-20 18:45:52 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-08-20 18:45:52 +0000 |
commit | 4cd55b05072129284aaa219a28f92c8e174f4918 (patch) | |
tree | 15a9a343eebbdac017ef46d5e60c36b34780cd06 /clang/tools/index-test | |
parent | d2354b8cc56b29939e35ed7b394a64b912925b81 (diff) | |
download | bcm5719-llvm-4cd55b05072129284aaa219a28f92c8e174f4918.tar.gz bcm5719-llvm-4cd55b05072129284aaa219a28f92c8e174f4918.zip |
Don't install wpa or index-test tools.
llvm-svn: 79557
Diffstat (limited to 'clang/tools/index-test')
-rw-r--r-- | clang/tools/index-test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/tools/index-test/Makefile b/clang/tools/index-test/Makefile index 0a43d2f47f9..76602e1d278 100644 --- a/clang/tools/index-test/Makefile +++ b/clang/tools/index-test/Makefile @@ -11,6 +11,7 @@ LEVEL = ../../../.. TOOLNAME = index-test CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include CXXFLAGS = -fno-rtti +NO_INSTALL = 1 # No plugins, optimize startup time. TOOL_NO_EXPORTS = 1 |