[llvm-commits] CVS: llvm/projects/Stacker/tools/stkrc/Makefile

Nate Begeman natebegeman at mac.com
Sun Aug 29 15:01:54 PDT 2004



Changes in directory llvm/projects/Stacker/tools/stkrc:

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

Must link against new LLVMsystem library

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

Index: llvm/projects/Stacker/tools/stkrc/Makefile
diff -u llvm/projects/Stacker/tools/stkrc/Makefile:1.1 llvm/projects/Stacker/tools/stkrc/Makefile:1.2
--- llvm/projects/Stacker/tools/stkrc/Makefile:1.1	Sun Nov 23 12:01:26 2003
+++ llvm/projects/Stacker/tools/stkrc/Makefile	Sun Aug 29 17:01:44 2004
@@ -9,7 +9,7 @@
 # Give the name of a library.  This will build a dynamic version.
 #
 TOOLNAME=stkrc
-USEDLIBS=stkr_compiler asmparser bcwriter vmcore support.a
+USEDLIBS=stkr_compiler asmparser bcwriter vmcore support.a LLVMsystem.a
 
 ifdef PARSE_DEBUG
 CPPFLAGS = -DPARSE_DEBUG=1






More information about the llvm-commits mailing list