diff options
author | Chris Lattner <sabre@nondot.org> | 2004-04-13 13:57:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-04-13 13:57:29 +0000 |
commit | 5d98f04ebe16e9f24c6a91c4dff706f05ca2d277 (patch) | |
tree | 6e746c1887bbd74a1b46ecf76cf9408ccc316bf7 /runtime/Makefile | |
parent | a33f669ac8f2922a6336a2ffc490e2b57622b592 (diff) | |
download | external_llvm-5d98f04ebe16e9f24c6a91c4dff706f05ca2d277.zip external_llvm-5d98f04ebe16e9f24c6a91c4dff706f05ca2d277.tar.gz external_llvm-5d98f04ebe16e9f24c6a91c4dff706f05ca2d277.tar.bz2 |
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
Diffstat (limited to 'runtime/Makefile')
-rw-r--r-- | runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile index 8398c1f..e6a33d5 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 :: |