diff options
-rw-r--r-- | llvm/projects/Stacker/tools/stkrc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/projects/Stacker/tools/stkrc/Makefile b/llvm/projects/Stacker/tools/stkrc/Makefile index b7e08c412fa..1ba78904138 100644 --- a/llvm/projects/Stacker/tools/stkrc/Makefile +++ b/llvm/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 |