diff options
Diffstat (limited to 'llvm/tools/gccld')
-rw-r--r-- | llvm/tools/gccld/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/gccld/Makefile b/llvm/tools/gccld/Makefile index e55a85e8f67..96e73d68713 100644 --- a/llvm/tools/gccld/Makefile +++ b/llvm/tools/gccld/Makefile @@ -11,7 +11,7 @@ LEVEL = ../.. TOOLNAME = gccld USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a \ - LLVMipa.a LLVMTransformUtils LLVMTarget.a LLVMLinker.a \ + LLVMipa.a LLVMTransformUtils.a LLVMTarget.a LLVMLinker.a \ LLVMArchive.a LLVMBCReader LLVMBCWriter \ LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a |