[llvm-commits] CVS: poolalloc/runtime/PoolAllocator/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sat Feb 21 22:17:20 PST 2004
Changes in directory poolalloc/runtime/PoolAllocator:
Makefile updated: 1.4 -> 1.5
---
Log message:
disambiguate runtime libraries
---
Diffs of the changes: (+1 -1)
Index: poolalloc/runtime/PoolAllocator/Makefile
diff -u poolalloc/runtime/PoolAllocator/Makefile:1.4 poolalloc/runtime/PoolAllocator/Makefile:1.5
--- poolalloc/runtime/PoolAllocator/Makefile:1.4 Mon Nov 3 15:13:58 2003
+++ poolalloc/runtime/PoolAllocator/Makefile Sat Feb 21 22:08:50 2004
@@ -1,7 +1,7 @@
LEVEL = ../..
BYTECODE_LIBRARY=1
SHARED_LIBRARY=1
-LIBRARYNAME=poolalloc_rt
+LIBRARYNAME=poolalloc_rt_old
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list