Changes in directory llvm/lib:

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

build lib/Archive instead of lib/Bytecode


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

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


Index: llvm/lib/Makefile
diff -u llvm/lib/Makefile:1.24 llvm/lib/Makefile:1.25
--- llvm/lib/Makefile:1.24      Sun Apr 22 01:26:05 2007
+++ llvm/lib/Makefile   Sun May  6 14:50:06 2007
@@ -8,7 +8,7 @@
 
##===----------------------------------------------------------------------===##
 LEVEL = ..
 
-PARALLEL_DIRS = VMCore AsmParser Bytecode Bitcode Analysis Transforms CodeGen \
+PARALLEL_DIRS = VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
                 Target ExecutionEngine Debugger Linker 
 
 include $(LEVEL)/Makefile.common



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to