diff options
author | Chris Lattner <sabre@nondot.org> | 2004-04-13 16:24:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-04-13 16:24:53 +0000 |
commit | a990398102f25b30b77206a6f8944df1e0ae562a (patch) | |
tree | 9bddb82d57dd52c7581716e1166daf65b8d22ce5 /runtime/Makefile | |
parent | 4b66242c5498a99ed754f698d779243dd1e291e2 (diff) |
Reenable library now that the loopsimplify bug is fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12891 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 e6a33d5397..8398c1f812 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 +PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace libpng zlib else PARALLEL_DIRS := install all :: |