summaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2009-01-16 08:06:15 +0000
committerAlan Modra <amodra@bigpond.net.au>2009-01-16 08:06:15 +0000
commitae893c9c49e5352f83bb8fa40106797d151bd23f (patch)
tree42e6a16777d42fc399c10671ca1f00d2ed6fc5e4 /Makefile.def
parentc2716a3a61c6f2095b2c3ae32f8644452fcb1016 (diff)
downloadbinutils-redhat-ae893c9c49e5352f83bb8fa40106797d151bd23f.tar.gz
* Makefile.def (configure-opcodes): Depend on configure-libiberty.
* Makefile.def (all-opcodes): Depend on all-libiberty. * Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def
index dea795ac89..fee4dda9cf 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; };