diff options
author | Ian Lance Taylor <iant@google.com> | 2009-10-07 05:41:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2009-10-07 05:41:23 +0000 |
commit | aeb94799d1eccce7fad688b15d80e1552257281a (patch) | |
tree | 82e743755acbf084eedbdf00f2334a09c169f9b3 /Makefile.def | |
parent | 28fccf2c731d82572b7b426a001a4897d51bd087 (diff) | |
download | gcc-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.def | 1 |
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; }; |