diff options
author | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-16 08:07:23 +0000 |
---|---|---|
committer | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-16 08:07:23 +0000 |
commit | 6e6a9ced89c02fefc2bcd57665c83cca3dd821c7 (patch) | |
tree | 12d269684d64e38692e04ba6a207dc72c52d46d4 /Makefile.def | |
parent | eea69fb57705831581ff3d97a19468b9a9d9db8a (diff) | |
download | gcc-6e6a9ced89c02fefc2bcd57665c83cca3dd821c7.tar.gz |
* Makefile.def (configure-opcodes): Depend on configure-libiberty.
(all-opcodes): Depend on all-libiberty.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143426 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def index dea795ac895..fee4dda9cfd 100644 --- a/Makefile.def +++ b/Makefile.def @@ -4,7 +4,8 @@ AutoGen definitions Makefile.tpl; // Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'. // This file was originally written by Nathanael Nerode. // -// Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation +// Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +// Free Software Foundation // // This file is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -357,6 +358,8 @@ dependencies = { module=configure-bfd; on=configure-libiberty; hard=true; }; dependencies = { module=configure-bfd; on=configure-intl; }; dependencies = { module=all-bfd; on=all-libiberty; }; dependencies = { module=all-bfd; on=all-intl; }; +dependencies = { module=configure-opcodes; on=configure-libiberty; hard=true; }; +dependencies = { module=all-opcodes; on=all-libiberty; }; dependencies = { module=configure-binutils; on=configure-intl; }; dependencies = { module=all-binutils; on=all-libiberty; }; |