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 26e2c46063..f1743ed4f3 100644
--- a/tools/gccas/Makefile
+++ b/tools/gccas/Makefile
@@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = gccas
-USEDLIBS = asmparser bcwriter transforms ipo scalaropts analysis \
- target.a transformutils ipa datastructure vmcore support.a
+USEDLIBS = asmparser bcwriter transforms ipo.a ipa.a scalaropts analysis.a \
+ target.a transformutils vmcore support.a
include $(LEVEL)/Makefile.common