aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2009-10-07 05:41:23 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2009-10-07 05:41:23 +0000
commitaeb94799d1eccce7fad688b15d80e1552257281a (patch)
tree82e743755acbf084eedbdf00f2334a09c169f9b3 /Makefile.def
parent28fccf2c731d82572b7b426a001a4897d51bd087 (diff)
downloadgcc-aeb94799d1eccce7fad688b15d80e1552257281a.zip
gcc-aeb94799d1eccce7fad688b15d80e1552257281a.tar.gz
gcc-aeb94799d1eccce7fad688b15d80e1552257281a.tar.bz2
Makefile.def: check-gold depends upon all-gas.
* Makefile.def: check-gold depends upon all-gas. * Makefile.in: Rebuild. From-SVN: r152514
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 52d486f..5541a67 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -428,6 +428,7 @@ dependencies = { module=all-gold; on=all-bfd; };
dependencies = { module=all-gold; on=all-build-bison; };
dependencies = { module=all-gold; on=all-build-byacc; };
dependencies = { module=check-gold; on=all-binutils; };
+dependencies = { module=check-gold; on=all-gas; };
dependencies = { module=configure-opcodes; on=configure-intl; };
dependencies = { module=all-opcodes; on=all-bfd; };