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

Reid Spencer reid at x10sys.com
Sun Nov 14 13:56:04 PST 2004



Changes in directory llvm/lib/Bytecode:

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

Add the Archive library

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

Index: llvm/lib/Bytecode/Makefile
diff -u llvm/lib/Bytecode/Makefile:1.5 llvm/lib/Bytecode/Makefile:1.6
--- llvm/lib/Bytecode/Makefile:1.5	Fri Oct 15 18:22:15 2004
+++ llvm/lib/Bytecode/Makefile	Sun Nov 14 15:55:27 2004
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-PARALLEL_DIRS = Reader Writer
+PARALLEL_DIRS = Reader Writer Archive
 
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list