diff options
Diffstat (limited to 'projects/Stacker/tools/stkrc/Makefile')
-rw-r--r-- | projects/Stacker/tools/stkrc/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/projects/Stacker/tools/stkrc/Makefile b/projects/Stacker/tools/stkrc/Makefile index f413dc2..4f352836 100644 --- a/projects/Stacker/tools/stkrc/Makefile +++ b/projects/Stacker/tools/stkrc/Makefile @@ -8,10 +8,11 @@ LEVEL=../.. # # Give the name of a library. This will build a dynamic version. # -TOOLNAME=stkrc -LLVMLIBS= asmparser bcwriter transforms ipo.a ipa.a \ - scalaropts analysis.a target.a transformutils \ - vmcore support.a LLVMsystem.a +TOOLNAME = stkrc +LLVMLIBS = LLVMAsmParser LLVMBCWriter LLVMTransforms LLVMipo.a LLVMipa.a \ + LLVMScalarOpts LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils \ + LLVMCore LLVMSupport.a LLVMSystem.a + USEDLIBS=stkr_compiler |