[llvm-commits] CVS: llvm/lib/Makefile
Chris Lattner
sabre at nondot.org
Sat Apr 21 23:26:25 PDT 2007
Changes in directory llvm/lib:
Makefile updated: 1.23 -> 1.24
---
Log message:
build the bitcode dir
---
Diffs of the changes: (+2 -2)
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/Makefile
diff -u llvm/lib/Makefile:1.23 llvm/lib/Makefile:1.24
--- llvm/lib/Makefile:1.23 Thu Feb 1 20:16:21 2007
+++ llvm/lib/Makefile Sun Apr 22 01:26:05 2007
@@ -8,8 +8,8 @@
##===----------------------------------------------------------------------===##
LEVEL = ..
-PARALLEL_DIRS = VMCore AsmParser Bytecode Analysis Transforms CodeGen Target \
- ExecutionEngine Debugger Linker
+PARALLEL_DIRS = VMCore AsmParser Bytecode Bitcode Analysis Transforms CodeGen \
+ Target ExecutionEngine Debugger Linker
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list