diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-27 17:00:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-27 17:00:29 +0000 |
commit | 17d3a87cdad740129040b46fe727399e055e31d0 (patch) | |
tree | 2b49d4999ca26a1f0448fa8d8c767bbbab972837 /runtime/Makefile | |
parent | 0e27c98b7ed3b329756190a42768754f66d310fe (diff) | |
download | external_llvm-17d3a87cdad740129040b46fe727399e055e31d0.zip external_llvm-17d3a87cdad740129040b46fe727399e055e31d0.tar.gz external_llvm-17d3a87cdad740129040b46fe727399e055e31d0.tar.bz2 |
Build zlib and libpng
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11911 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 15b3e24..8398c1f 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 +PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace libpng zlib else PARALLEL_DIRS := install all :: |