diff options
author | DJ Delorie <dj@redhat.com> | 2003-05-22 02:36:57 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-05-22 02:36:57 +0000 |
commit | 3a12db16805a2dc2cd7f2f0ae125857071dd28ef (patch) | |
tree | fc9aeb1a305439b35ba0f13a76dd5f06978ac9e8 /Makefile.tpl | |
parent | e2ac8128ef2c7605f98edd4bf9a5b7e3e165f49d (diff) | |
download | gdb-3a12db16805a2dc2cd7f2f0ae125857071dd28ef.zip gdb-3a12db16805a2dc2cd7f2f0ae125857071dd28ef.tar.gz gdb-3a12db16805a2dc2cd7f2f0ae125857071dd28ef.tar.bz2 |
* Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
newlib or libgloss.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 9d2c326..c07fed6 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1434,7 +1434,7 @@ configure-target-zlib: $(ALL_GCC_C) configure-target-examples: $(ALL_GCC_C) configure-target-libgloss: $(ALL_GCC) all-target-libgloss: maybe-configure-target-newlib -configure-target-libiberty: $(ALL_GCC_C) +configure-target-libiberty: $(ALL_GCC) configure-target-libtermcap: $(ALL_GCC_C) configure-target-newlib: $(ALL_GCC) configure-target-rda: $(ALL_GCC_C) |