From cceae4217fbc6c3e46dbe2a2ea013dc30ef386c7 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 5 Dec 2004 05:18:28 +0000 Subject: Correct build script for stkr_runtime module llvm-svn: 18526 --- llvm/projects/Stacker/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm') diff --git a/llvm/projects/Stacker/test/Makefile b/llvm/projects/Stacker/test/Makefile index aa349c1e908..7e384139dda 100644 --- a/llvm/projects/Stacker/test/Makefile +++ b/llvm/projects/Stacker/test/Makefile @@ -42,7 +42,7 @@ test_each: $(TESTS) % : %.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 $*" -- cgit v1.2.3