From 2a42e80edac795db410ac8b84c9d4871b136eb70 Mon Sep 17 00:00:00 2001 From: Nate Begeman Date: Sun, 29 Aug 2004 22:01:44 +0000 Subject: [PATCH] Must link against new LLVMsystem library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16104 91177308-0d34-0410-b5e6-96231b3b80d8 --- projects/Stacker/tools/stkrc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Stacker/tools/stkrc/Makefile b/projects/Stacker/tools/stkrc/Makefile index b7e08c412fa..1ba78904138 100644 --- a/projects/Stacker/tools/stkrc/Makefile +++ b/projects/Stacker/tools/stkrc/Makefile @@ -9,7 +9,7 @@ LEVEL=../../../.. # 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