summaryrefslogtreecommitdiff
path: root/unittests/Makefile
diff options
context:
space:
mode:
authorJonathan Roelofs <jonathan@codesourcery.com>2014-02-12 01:36:51 +0000
committerJonathan Roelofs <jonathan@codesourcery.com>2014-02-12 01:36:51 +0000
commit56c7cf67c6809d3a9aaaf3ec1ccfb1a37982131c (patch)
tree342f21456d8c9a035f586bbf5603acab91345b69 /unittests/Makefile
parent1b6afd89e6c1230c6a842701ec5bbc45d81d95b6 (diff)
downloadclang-56c7cf67c6809d3a9aaaf3ec1ccfb1a37982131c.tar.gz
clang-56c7cf67c6809d3a9aaaf3ec1ccfb1a37982131c.tar.bz2
clang-56c7cf67c6809d3a9aaaf3ec1ccfb1a37982131c.tar.xz
Revert 201202
Breaks cmake configure of new unit tests directory git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201203 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Makefile')
-rw-r--r--unittests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index e4fbe584da..d0dfe471d1 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -14,7 +14,7 @@ ifndef CLANG_LEVEL
IS_UNITTEST_LEVEL := 1
CLANG_LEVEL := ..
-PARALLEL_DIRS = Basic Lex Driver
+PARALLEL_DIRS = Basic Lex
include $(CLANG_LEVEL)/../..//Makefile.config