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

Reid Spencer reid at x10sys.com
Thu Jan 13 08:51:33 PST 2005



Changes in directory llvm/runtime:

Makefile updated: 1.23 -> 1.24
---
Log message:

Re-enable libprofile now that llvm-ar is working better.


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

Index: llvm/runtime/Makefile
diff -u llvm/runtime/Makefile:1.23 llvm/runtime/Makefile:1.24
--- llvm/runtime/Makefile:1.23	Wed Dec 15 02:15:48 2004
+++ llvm/runtime/Makefile	Thu Jan 13 10:51:19 2005
@@ -11,7 +11,7 @@
 include $(LEVEL)/Makefile.config
 
 ifneq ($(wildcard $(LLVMGCCDIR)),)
-PARALLEL_DIRS  := GCCLibraries  libdummy  libtrace GC
+PARALLEL_DIRS  := GCCLibraries  libdummy libprofile libtrace GC
 else
 PARALLEL_DIRS  := 
 install all ::






More information about the llvm-commits mailing list