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

Chris Lattner lattner at cs.uiuc.edu
Fri Feb 13 17:30:11 PST 2004


Changes in directory llvm/lib:

Makefile updated: 1.17 -> 1.18

---
Log message:

CBackend is no longer here


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

Index: llvm/lib/Makefile
diff -u llvm/lib/Makefile:1.17 llvm/lib/Makefile:1.18
--- llvm/lib/Makefile:1.17	Sun Jan  4 23:25:59 2004
+++ llvm/lib/Makefile	Fri Feb 13 17:29:37 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