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

Chris Lattner sabre at nondot.org
Sun May 6 02:31:11 PDT 2007



Changes in directory llvm/lib/Bytecode:

Makefile updated: 1.6 -> 1.7
---
Log message:

don't build bcreader/bcwriter


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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Bytecode/Makefile
diff -u llvm/lib/Bytecode/Makefile:1.6 llvm/lib/Bytecode/Makefile:1.7
--- llvm/lib/Bytecode/Makefile:1.6	Sun Nov 14 15:55:27 2004
+++ llvm/lib/Bytecode/Makefile	Sun May  6 04:30:31 2007
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-PARALLEL_DIRS = Reader Writer Archive
+PARALLEL_DIRS = Archive
 
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list