]> granicus.if.org Git - clang/commitdiff
Don't install wpa or index-test tools.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 20 Aug 2009 18:45:52 +0000 (18:45 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 20 Aug 2009 18:45:52 +0000 (18:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79557 91177308-0d34-0410-b5e6-96231b3b80d8

tools/index-test/Makefile
tools/wpa/Makefile

index 0a43d2f47f9c6b4a6107e78e1ae2ea982dbc634b..76602e1d278d9b84ef34ccd5cbe993cfcbf51ade 100644 (file)
@@ -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
index ddde5b288bc83ca57bae92576a4f8b082f4d9285..01dbd11b8df55d9d0128ff9ab70efcb4cc8e6b7a 100644 (file)
@@ -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