diff options
author | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-19 21:57:58 +0000 |
---|---|---|
committer | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-19 21:57:58 +0000 |
commit | 1a48098b822d2eada9d586be83c667c62a9cca54 (patch) | |
tree | 3378793ddbc0f2ca9c13eec4448f89d61dfd99ac /Makefile.in | |
parent | a02f3606beb94c1dad5e6b8ef0f154c2d6860439 (diff) | |
download | gcc-1a48098b822d2eada9d586be83c667c62a9cca54.tar.gz |
Fix toplevel target defs.
/:
* Makefile.def (configure-target-libiberty): Depend on
all-binutils and all-ld.
(configure-target-newlib): Likewise.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150944 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index b341a421d73..6744b5874b7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -55870,6 +55870,10 @@ configure-target-libstdc++-v3: maybe-configure-target-libgomp all-target-libgloss: maybe-all-target-newlib all-target-winsup: maybe-all-target-libiberty all-target-winsup: maybe-all-target-libtermcap +configure-target-libiberty: maybe-all-binutils +configure-target-libiberty: maybe-all-ld +configure-target-newlib: maybe-all-binutils +configure-target-newlib: maybe-all-ld # Dependencies for target modules on other target modules are |