Build zlib and libpng

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11911 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-02-27 17:00:29 +00:00
parent 0e27c98b7e
commit 17d3a87cda

View 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 ::