summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-20 18:45:52 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-20 18:45:52 +0000
commit8165ced07245e34b59ef5ce9a38c0075f1adfcb9 (patch)
tree0182f67867300cba8cbbfe4fef4b2c46569a156f
parentda3e03ec5d7161135bd90c0786421e8994bcc2f8 (diff)
Don't install wpa or index-test tools.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79557 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/index-test/Makefile1
-rw-r--r--tools/wpa/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/index-test/Makefile b/tools/index-test/Makefile
index 0a43d2f47f..76602e1d27 100644
--- a/tools/index-test/Makefile
+++ b/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
diff --git a/tools/wpa/Makefile b/tools/wpa/Makefile
index ddde5b288b..01dbd11b8d 100644
--- a/tools/wpa/Makefile
+++ b/tools/wpa/Makefile
@@ -3,6 +3,7 @@ LEVEL = ../../../..
TOOLNAME = clang-wpa
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