Correct build script for stkr_runtime module

llvm-svn: 18526
This commit is contained in:
Reid Spencer 2004-12-05 05:18:28 +00:00
parent d8d9fb325f
commit cceae4217f
1 changed files with 1 additions and 1 deletions

View File

@ -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 $*"