summaryrefslogtreecommitdiff
path: root/runtime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/Makefile')
-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 ::