[llvm-commits] CVS: llvm/lib/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Tue Sep 14 18:34:52 PDT 2004
Changes in directory llvm/lib:
Makefile updated: 1.18 -> 1.19
---
Log message:
Wrap long line
---
Diffs of the changes: (+2 -1)
Index: llvm/lib/Makefile
diff -u llvm/lib/Makefile:1.18 llvm/lib/Makefile:1.19
--- llvm/lib/Makefile:1.18 Fri Feb 13 17:29:37 2004
+++ llvm/lib/Makefile Tue Sep 14 20:34:42 2004
@@ -8,7 +8,8 @@
##===----------------------------------------------------------------------===##
LEVEL = ..
-PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target ExecutionEngine Debugger
+PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target \
+ ExecutionEngine Debugger
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list