aboutsummaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-24 19:45:12 +0000
committerChris Lattner <sabre@nondot.org>2009-09-24 19:45:12 +0000
commite7a5fd4a2969176d8b63a0a26039f895fc359ac4 (patch)
tree6f09ebd9de9a355add80d89c0e7173d1d82a3230 /tools/Makefile
parent78762ebb9ad71d681110d4bada4b0575eaadfebe (diff)
wpa is an experiment, don't build it by default, it adds to build times due to everything it links in.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82704 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index d76e95606d..0e98439c38 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -8,6 +8,6 @@
##===----------------------------------------------------------------------===##
LEVEL := ../../..
-DIRS := clang-cc driver index-test wpa CIndex c-index-test
+DIRS := clang-cc driver index-test CIndex c-index-test
include $(LEVEL)/Makefile.common