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

Chris Lattner lattner at cs.uiuc.edu
Wed Mar 9 08:34:00 PST 2005



Changes in directory llvm-poolalloc/runtime/FreeListAllocator:

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

this breaks the build


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

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


Index: llvm-poolalloc/runtime/FreeListAllocator/Makefile
diff -u llvm-poolalloc/runtime/FreeListAllocator/Makefile:1.2 llvm-poolalloc/runtime/FreeListAllocator/Makefile:1.3
--- llvm-poolalloc/runtime/FreeListAllocator/Makefile:1.2	Tue Nov 11 11:33:49 2003
+++ llvm-poolalloc/runtime/FreeListAllocator/Makefile	Wed Mar  9 10:33:47 2005
@@ -4,6 +4,3 @@
 LIBRARYNAME=poolalloc_fl_rt
 
 include $(LEVEL)/Makefile.common
-
-# Always build optimized and debug versions
-all:: $(LIBNAME_OBJO) $(LIBNAME_OBJG)






More information about the llvm-commits mailing list