From 265c87a6ef6d2e296ad5bca88edb4985ec0139ba Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 16 Apr 2004 14:12:36 +0000 Subject: [PATCH] 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 --- runtime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/Makefile b/runtime/Makefile index 8398c1f8122..c84ada158a6 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 ::