aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-04-16 14:12:36 +0000
committerChris Lattner <sabre@nondot.org>2004-04-16 14:12:36 +0000
commit265c87a6ef6d2e296ad5bca88edb4985ec0139ba (patch)
tree37171afb9cf8064633ebfba03d88ef710683947c
parent006118fe8c73d8009d7952b84cabd50882ed0033 (diff)
downloadexternal_llvm-265c87a6ef6d2e296ad5bca88edb4985ec0139ba.zip
external_llvm-265c87a6ef6d2e296ad5bca88edb4985ec0139ba.tar.gz
external_llvm-265c87a6ef6d2e296ad5bca88edb4985ec0139ba.tar.bz2
Remove libraries that have no reason to be here, and keep breaking the nightly tester because their makefiles do not have the right dependencies!!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12981 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 8398c1f..c84ada1 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 libpng zlib
+PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace
else
PARALLEL_DIRS :=
install all ::