Remove libraries that have no reason to be here, and keep breaking the nightly tester...
authorChris Lattner <sabre@nondot.org>
Fri, 16 Apr 2004 14:12:36 +0000 (14:12 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Apr 2004 14:12:36 +0000 (14:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12981 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/Makefile

index 8398c1f8122cf6f9360196bdf4226df17df7a2a9..c84ada158a657ad71831a30a75450e0d28d194c7 100644 (file)
@@ -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 ::