From: Chris Lattner Date: Tue, 13 Apr 2004 13:57:29 +0000 (+0000) Subject: Temporary hack to get the nightly tester running X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5d98f04ebe16e9f24c6a91c4dff706f05ca2d277;p=oota-llvm.git Temporary hack to get the nightly tester running git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12886 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/Makefile b/runtime/Makefile index 8398c1f8122..e6a33d5397e 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -12,7 +12,7 @@ LEVEL = .. include $(LEVEL)/Makefile.config ifneq ($(wildcard $(LLVMGCCDIR)),) -PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace libpng zlib +PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace libpng else PARALLEL_DIRS := install all ::