[llvm-commits] CVS: llvm/lib/Makefile
Chris Lattner
sabre at nondot.org
Sun May 6 12:50:24 PDT 2007
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
More information about the llvm-commits
mailing list