[llvm-commits] CVS: llvm/examples/ModuleMaker/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Sep 3 23:04:19 PDT 2006
Changes in directory llvm/examples/ModuleMaker:
Makefile updated: 1.11 -> 1.12
---
Log message:
Use llvm-config to determine what to link in
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/examples/ModuleMaker/Makefile
diff -u llvm/examples/ModuleMaker/Makefile:1.11 llvm/examples/ModuleMaker/Makefile:1.12
--- llvm/examples/ModuleMaker/Makefile:1.11 Fri Jul 28 17:08:23 2006
+++ llvm/examples/ModuleMaker/Makefile Mon Sep 4 01:04:03 2006
@@ -9,6 +9,6 @@
LEVEL=../..
TOOLNAME=ModuleMaker
EXAMPLE_TOOL = 1
-USEDLIBS= LLVMBCWriter.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+LINK_COMPONENTS := bcwriter
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list