summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/gccas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/gccas/Makefile b/llvm/tools/gccas/Makefile
index 26e2c460631..f1743ed4f3a 100644
--- a/llvm/tools/gccas/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud