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

Chris Lattner lattner at cs.uiuc.edu
Sun Jan 4 23:27:01 PST 2004


Changes in directory llvm/lib:

Makefile updated: 1.16 -> 1.17

---
Log message:

Add new dir



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

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





More information about the llvm-commits mailing list