aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/gccas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile
index 59fcad041a..56f2480b07 100644
--- a/tools/gccas/Makefile
+++ b/tools/gccas/Makefile
@@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = gccas
-USEDLIBS = asmparser bcwriter transforms.a ipo.a scalaropts.a analysis.a \
- target.a transformutils.a ipa.a vmcore support.a
+USEDLIBS = asmparser bcwriter transforms ipo scalaropts analysis \
+ target.a transformutils ipa vmcore support.a
include $(LEVEL)/Makefile.common