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

Andrew Lenharth alenhar2 at cs.uiuc.edu
Wed Jun 14 14:17:47 PDT 2006



Changes in directory llvm-poolalloc/runtime:

Makefile updated: 1.10 -> 1.11
---
Log message:

Fix compile problems

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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-poolalloc/runtime/Makefile
diff -u llvm-poolalloc/runtime/Makefile:1.10 llvm-poolalloc/runtime/Makefile:1.11
--- llvm-poolalloc/runtime/Makefile:1.10	Thu Dec 22 12:04:25 2005
+++ llvm-poolalloc/runtime/Makefile	Wed Jun 14 16:17:32 2006
@@ -6,6 +6,6 @@
 #
 # List all of the subdirectories that we will compile.
 #
-DIRS=PoolAllocator FreeListAllocator FL2Allocator
+DIRS=FreeListAllocator FL2Allocator
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list