aboutsummaryrefslogtreecommitdiffstats
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
commit893e8843309b5ca688046b1d11bc7f71eb5fc2a8 (patch)
treea379f8a58f1934786033a55810790602a7a22cc3 /Makefile
parent7e659812c8d34377bc4d9516f1a116ccec4f073f (diff)
downloadexternal_llvm-893e8843309b5ca688046b1d11bc7f71eb5fc2a8.zip
external_llvm-893e8843309b5ca688046b1d11bc7f71eb5fc2a8.tar.gz
external_llvm-893e8843309b5ca688046b1d11bc7f71eb5fc2a8.tar.bz2
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 03ab044..b8d4367 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