summaryrefslogtreecommitdiff
path: root/tools/gccld/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gccld/Makefile')
-rw-r--r--tools/gccld/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gccld/Makefile b/tools/gccld/Makefile
index 96e73d6871..44c6be9834 100644
--- a/tools/gccld/Makefile
+++ b/tools/gccld/Makefile
@@ -12,7 +12,7 @@ LEVEL = ../..
TOOLNAME = gccld
USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a \
LLVMipa.a LLVMTransformUtils.a LLVMTarget.a LLVMLinker.a \
- LLVMArchive.a LLVMBCReader LLVMBCWriter \
- LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
+ LLVMArchive.a LLVMBCReader.a LLVMBCWriter.a \
+ LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
include $(LEVEL)/Makefile.common