[llvm-commits] CVS: llvm/lib/Analysis/IPA/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 23 19:25:06 PDT 2005



Changes in directory llvm/lib/Analysis/IPA:

Makefile updated: 1.5 -> 1.6
---
Log message:

DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now


---
Diffs of the changes:  (+1 -2)

 Makefile |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: llvm/lib/Analysis/IPA/Makefile
diff -u llvm/lib/Analysis/IPA/Makefile:1.5 llvm/lib/Analysis/IPA/Makefile:1.6
--- llvm/lib/Analysis/IPA/Makefile:1.5	Sun Oct 23 20:59:48 2005
+++ llvm/lib/Analysis/IPA/Makefile	Sun Oct 23 21:24:54 2005
@@ -6,10 +6,9 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../../..
 LIBRARYNAME = LLVMipa
 BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
-
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list