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

Chris Lattner lattner at cs.uiuc.edu
Tue Nov 11 11:34:01 PST 2003


Changes in directory poolalloc/runtime:

Makefile updated: 1.2 -> 1.3

---
Log message:

Build John's runtime


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

Index: poolalloc/runtime/Makefile
diff -u poolalloc/runtime/Makefile:1.2 poolalloc/runtime/Makefile:1.3
--- poolalloc/runtime/Makefile:1.2	Mon Aug 11 17:06:53 2003
+++ poolalloc/runtime/Makefile	Tue Nov 11 11:33:44 2003
@@ -6,6 +6,6 @@
 #
 # List all of the subdirectories that we will compile.
 #
-DIRS=PoolAllocator
+DIRS=PoolAllocator FreeListAllocator
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list