From: Chris Lattner Date: Fri, 16 Apr 2004 14:12:36 +0000 (+0000) Subject: Remove libraries that have no reason to be here, and keep breaking the nightly tester... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=265c87a6ef6d2e296ad5bca88edb4985ec0139ba;p=oota-llvm.git 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 --- 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 ::