[llvm-commits] CVS: llvm/projects/Stacker/test/Makefile

Reid Spencer reid at x10sys.com
Sat Dec 4 21:18:39 PST 2004



Changes in directory llvm/projects/Stacker/test:

Makefile updated: 1.8 -> 1.9
---
Log message:

Correct build script for stkr_runtime module

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

Index: llvm/projects/Stacker/test/Makefile
diff -u llvm/projects/Stacker/test/Makefile:1.8 llvm/projects/Stacker/test/Makefile:1.9
--- llvm/projects/Stacker/test/Makefile:1.8	Sat Nov 20 15:03:34 2004
+++ llvm/projects/Stacker/test/Makefile	Sat Dec  4 23:18:28 2004
@@ -42,7 +42,7 @@
 
 % : %.st Makefile testing.bc
 	$(Echo) "Building $*" 
-	$(Verb)$(LLVMC) -O4 -o $@ $< testing.bc -lstkr_runtime -lcrtend
+	$(Verb)$(LLVMC) -O4 -o $@ $< testing.bc $(LibDir)/stkr_runtime.bc -lcrtend
 
 testing.bc : testing.st Makefile
 	$(Echo) "Compiling $*"






More information about the llvm-commits mailing list