[llvm-commits] CVS: poolalloc/bytecode/Makefile

John Criswell criswell at cs.uiuc.edu
Mon Aug 11 17:08:04 PDT 2003


Changes in directory poolalloc/bytecode:

Makefile updated: 1.1.1.1 -> 1.2

---
Log message:

Changed the name of the bytecode directory from poolalloc to PoolAllocator.



---
Diffs of the changes:

Index: poolalloc/bytecode/Makefile
diff -u poolalloc/bytecode/Makefile:1.1.1.1 poolalloc/bytecode/Makefile:1.2
--- poolalloc/bytecode/Makefile:1.1.1.1	Mon Aug 11 16:29:15 2003
+++ poolalloc/bytecode/Makefile	Mon Aug 11 17:06:53 2003
@@ -6,6 +6,6 @@
 #
 # List all of the subdirectories that we will compile.
 #
-DIRS=poolalloc
+DIRS=PoolAllocator
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list