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

Chris Lattner lattner at cs.uiuc.edu
Tue Mar 1 14:43:20 PST 2005



Changes in directory llvm-poolalloc/runtime/FL2Allocator:

Makefile updated: 1.2 -> 1.3
---
Log message:

Don't need a .bc version, these rules don't work anymore.


---
Diffs of the changes:  (+0 -3)

 Makefile |    3 ---
 1 files changed, 3 deletions(-)


Index: llvm-poolalloc/runtime/FL2Allocator/Makefile
diff -u llvm-poolalloc/runtime/FL2Allocator/Makefile:1.2 llvm-poolalloc/runtime/FL2Allocator/Makefile:1.3
--- llvm-poolalloc/runtime/FL2Allocator/Makefile:1.2	Tue Nov  2 00:29:12 2004
+++ llvm-poolalloc/runtime/FL2Allocator/Makefile	Tue Mar  1 16:43:07 2005
@@ -1,5 +1,4 @@
 LEVEL = ../..
-BYTECODE_LIBRARY=1
 SHARED_LIBRARY=1
 LIBRARYNAME=poolalloc_rt
 
@@ -7,5 +6,3 @@
 
 include $(LEVEL)/Makefile.common
 
-# Always build optimized and debug versions
-all:: $(LIBNAME_OBJO) $(LIBNAME_OBJG)






More information about the llvm-commits mailing list