[llvm-commits] CVS: llvm-poolalloc/runtime/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Mar 10 11:01:45 PST 2005
Changes in directory llvm-poolalloc/runtime:
Makefile updated: 1.5 -> 1.6
---
Log message:
Remove dead directory
---
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.5 llvm-poolalloc/runtime/Makefile:1.6
--- llvm-poolalloc/runtime/Makefile:1.5 Tue Feb 22 13:35:20 2005
+++ llvm-poolalloc/runtime/Makefile Thu Mar 10 13:01:32 2005
@@ -6,6 +6,6 @@
#
# List all of the subdirectories that we will compile.
#
-DIRS=PoolAllocator FreeListAllocator FL2Allocator PtrCompAllocator
+DIRS=PoolAllocator FreeListAllocator FL2Allocator
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list