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

Misha Brukman brukman at cs.uiuc.edu
Fri Apr 16 12:18:02 PDT 2004


Changes in directory llvm/runtime:

Makefile updated: 1.12.2.1 -> 1.12.2.2

---
Log message:

* Merge with trunk
* Add libthread to runtime libs


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

Index: llvm/runtime/Makefile
diff -u llvm/runtime/Makefile:1.12.2.1 llvm/runtime/Makefile:1.12.2.2
--- llvm/runtime/Makefile:1.12.2.1	Mon Mar  1 17:58:45 2004
+++ llvm/runtime/Makefile	Fri Apr 16 12:17:55 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 libthread
 else
 PARALLEL_DIRS  := 
 install all ::





More information about the llvm-commits mailing list