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