[llvm-commits] CVS: llvm/runtime/Makefile

Chris Lattner lattner at cs.uiuc.edu
Fri Apr 16 09:13:04 PDT 2004


Changes in directory llvm/runtime:

Makefile updated: 1.16 -> 1.17

---
Log message:

Remove libraries that have no reason to be here, and keep breaking the nightly tester because their makefiles do not have the right dependencies!!


---
Diffs of the changes:  (+1 -1)

Index: llvm/runtime/Makefile
diff -u llvm/runtime/Makefile:1.16 llvm/runtime/Makefile:1.17
--- llvm/runtime/Makefile:1.16	Tue Apr 13 11:24:53 2004
+++ llvm/runtime/Makefile	Fri Apr 16 09:12:36 2004
@@ -12,7 +12,7 @@
 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 ::





More information about the llvm-commits mailing list