summaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2014-03-27 13:36:36 +0000
committerNick Clifton <nickc@redhat.com>2014-03-27 13:36:36 +0000
commita6305403d4e1f5304f247b33b0f8473c7eed0d66 (patch)
treeb75c9af207a3b3a49687c2664a0c2d49f2849e29 /Makefile.def
parent10be66a4910d39b508002eea2056783e3430af40 (diff)
downloadbinutils-gdb-a6305403d4e1f5304f247b33b0f8473c7eed0d66.tar.gz
This is a fix for PR ld/16761 - the linker now has a dependence upon the binutils
because it needs to windres tool (for some targets). * Makefile.def (dependencies): Make all-ld depend on all-binutils for WINDRES_FOR_TARGET in default-manifest.o rule. * Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def
index 32296d1160f..fd1bce757dc 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -418,6 +418,7 @@ dependencies = { module=all-ld; on=all-build-bison; };
dependencies = { module=all-ld; on=all-build-flex; };
dependencies = { module=all-ld; on=all-intl; };
dependencies = { module=all-ld; on=all-gas; };
+dependencies = { module=all-ld; on=all-binutils; };
dependencies = { module=install-ld; on=install-gold; };
dependencies = { module=install-strip-ld; on=install-strip-gold; };
dependencies = { module=configure-gold; on=configure-intl; };