[llvm-commits] CVS: llvm/tools/lto/Makefile

Devang Patel dpatel at apple.com
Thu Sep 7 14:37:09 PDT 2006



Changes in directory llvm/tools/lto:

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

Add linker into list of LINK_COMPONENTS.


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

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


Index: llvm/tools/lto/Makefile
diff -u llvm/tools/lto/Makefile:1.5 llvm/tools/lto/Makefile:1.6
--- llvm/tools/lto/Makefile:1.5	Mon Sep  4 00:59:09 2006
+++ llvm/tools/lto/Makefile	Thu Sep  7 16:36:55 2006
@@ -20,7 +20,7 @@
 # early so we can set up LINK_COMPONENTS before includeing Makefile.rules
 include $(LEVEL)/Makefile.config
 
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts bcreader bcwriter
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts linker bcreader bcwriter
 
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list