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

Chris Lattner lattner at cs.uiuc.edu
Tue Apr 13 08:58:02 PDT 2004


Changes in directory llvm/runtime:

Makefile updated: 1.14 -> 1.15

---
Log message:

Temporary hack to get the nightly tester running


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

Index: llvm/runtime/Makefile
diff -u llvm/runtime/Makefile:1.14 llvm/runtime/Makefile:1.15
--- llvm/runtime/Makefile:1.14	Fri Feb 27 11:00:29 2004
+++ llvm/runtime/Makefile	Tue Apr 13 08:57:29 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 libpng
 else
 PARALLEL_DIRS  := 
 install all ::





More information about the llvm-commits mailing list