From: Chris Lattner Date: Fri, 27 Feb 2004 17:00:29 +0000 (+0000) Subject: Build zlib and libpng X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=17d3a87cdad740129040b46fe727399e055e31d0;p=oota-llvm.git Build zlib and libpng git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11911 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/Makefile b/runtime/Makefile index 15b3e24f110..8398c1f8122 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 ::