diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-13 18:58:14 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-13 18:58:14 +0000 |
commit | 1026c163c82d4d3481548bf69a18ac10ebd728c6 (patch) | |
tree | a379f8a58f1934786033a55810790602a7a22cc3 /unittests/Makefile.unittest | |
parent | 2055bb31a5adba60719871bd4b1ec3bd45cb1f97 (diff) | |
download | external_llvm-1026c163c82d4d3481548bf69a18ac10ebd728c6.zip external_llvm-1026c163c82d4d3481548bf69a18ac10ebd728c6.tar.gz external_llvm-1026c163c82d4d3481548bf69a18ac10ebd728c6.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 'unittests/Makefile.unittest')
-rw-r--r-- | unittests/Makefile.unittest | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unittests/Makefile.unittest b/unittests/Makefile.unittest index 355e6a3..1c75e44 100644 --- a/unittests/Makefile.unittest +++ b/unittests/Makefile.unittest @@ -30,8 +30,6 @@ $(LLVMUnitTestExe): $(ObjectsO) $(ProjLibsPaths) $(LLVMLibsPaths) $(StripWarnMsg) all:: $(LLVMUnitTestExe) - -unitcheck:: $(LLVMUnitTestExe) $(LLVMUnitTestExe) endif |