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

Misha Brukman brukman at cs.uiuc.edu
Mon Mar 1 18:02:33 PST 2004


Changes in directory llvm/lib:

Makefile updated: 1.17 -> 1.17.2.1

---
Log message:

Merge from trunk

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

Index: llvm/lib/Makefile
diff -u llvm/lib/Makefile:1.17 llvm/lib/Makefile:1.17.2.1
--- llvm/lib/Makefile:1.17	Sun Jan  4 23:25:59 2004
+++ llvm/lib/Makefile	Mon Mar  1 17:58:12 2004
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ..
 
-PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target CWriter ExecutionEngine Debugger
+PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target ExecutionEngine Debugger
 
 include $(LEVEL)/Makefile.common
 





More information about the llvm-commits mailing list