aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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