summaryrefslogtreecommitdiff
path: root/tools/gccld/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gccld/Makefile')
-rw-r--r--tools/gccld/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gccld/Makefile b/tools/gccld/Makefile
index f808aa798a..dba89b9eb9 100644
--- a/tools/gccld/Makefile
+++ b/tools/gccld/Makefile
@@ -1,6 +1,7 @@
LEVEL = ../..
TOOLNAME = gccld
-USEDLIBS = ipo analysis transforms ipa scalaropts transformutils target bcreader bcwriter vmcore support
+USEDLIBS = ipo.a analysis.a transforms.a ipa.a scalaropts.a transformutils.a \
+ target.a bcreader bcwriter vmcore support.a
include $(LEVEL)/Makefile.common