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

Chris Lattner lattner at cs.uiuc.edu
Fri Feb 27 11:01:01 PST 2004


Changes in directory llvm/runtime:

Makefile updated: 1.13 -> 1.14

---
Log message:

Build zlib and libpng


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

Index: llvm/runtime/Makefile
diff -u llvm/runtime/Makefile:1.13 llvm/runtime/Makefile:1.14
--- llvm/runtime/Makefile:1.13	Wed Feb  4 15:40:49 2004
+++ llvm/runtime/Makefile	Fri Feb 27 11:00:29 2004
@@ -12,7 +12,7 @@
 include $(LEVEL)/Makefile.config
 
 ifneq ($(wildcard $(LLVMGCCDIR)),)
-PARALLEL_DIRS  := GCCLibraries  libdummy  libprofile  libtrace
+PARALLEL_DIRS  := GCCLibraries  libdummy  libprofile  libtrace libpng zlib
 else
 PARALLEL_DIRS  := 
 install all ::





More information about the llvm-commits mailing list