summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-27 17:00:29 +0000
committerChris Lattner <sabre@nondot.org>2004-02-27 17:00:29 +0000
commit17d3a87cdad740129040b46fe727399e055e31d0 (patch)
tree2b49d4999ca26a1f0448fa8d8c767bbbab972837 /runtime
parent0e27c98b7ed3b329756190a42768754f66d310fe (diff)
downloadllvm-17d3a87cdad740129040b46fe727399e055e31d0.tar.gz
llvm-17d3a87cdad740129040b46fe727399e055e31d0.tar.bz2
llvm-17d3a87cdad740129040b46fe727399e055e31d0.tar.xz
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')
-rw-r--r--runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 15b3e24f11..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
+PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace libpng zlib
else
PARALLEL_DIRS :=
install all ::