Build zlib and libpng
authorChris Lattner <sabre@nondot.org>
Fri, 27 Feb 2004 17:00:29 +0000 (17:00 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 27 Feb 2004 17:00:29 +0000 (17:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11911 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/Makefile

index 15b3e24f1109727fbdd3ba73af321c024618cb6e..8398c1f8122cf6f9360196bdf4226df17df7a2a9 100644 (file)
@@ -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 ::