[llvm-commits] CVS: poolalloc/runtime/FreeListAllocator/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Nov 11 11:35:02 PST 2003
Changes in directory poolalloc/runtime/FreeListAllocator:
Makefile updated: 1.1 -> 1.2
---
Log message:
Name it something different though!
---
Diffs of the changes: (+1 -1)
Index: poolalloc/runtime/FreeListAllocator/Makefile
diff -u poolalloc/runtime/FreeListAllocator/Makefile:1.1 poolalloc/runtime/FreeListAllocator/Makefile:1.2
--- poolalloc/runtime/FreeListAllocator/Makefile:1.1 Mon Nov 10 13:42:39 2003
+++ poolalloc/runtime/FreeListAllocator/Makefile Tue Nov 11 11:33:49 2003
@@ -1,7 +1,7 @@
LEVEL = ../..
BYTECODE_LIBRARY=1
SHARED_LIBRARY=1
-LIBRARYNAME=poolalloc_rt
+LIBRARYNAME=poolalloc_fl_rt
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list