summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-13 18:58:14 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-13 18:58:14 +0000
commit1026c163c82d4d3481548bf69a18ac10ebd728c6 (patch)
treea379f8a58f1934786033a55810790602a7a22cc3 /Makefile
parent2055bb31a5adba60719871bd4b1ec3bd45cb1f97 (diff)
downloadllvm-1026c163c82d4d3481548bf69a18ac10ebd728c6.tar.gz
llvm-1026c163c82d4d3481548bf69a18ac10ebd728c6.tar.bz2
llvm-1026c163c82d4d3481548bf69a18ac10ebd728c6.tar.xz
Revert unittests build changes temporarily, the unit test build isn't -j safe.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81692 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 03ab044652..b8d4367e72 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ ifeq ($(BUILD_DIRS_ONLY),1)
OPTIONAL_DIRS :=
else
DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-config \
- tools runtime docs unittests
+ tools runtime docs
OPTIONAL_DIRS := examples projects bindings
endif