aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2003-05-22 02:36:57 +0000
committerDJ Delorie <dj@redhat.com>2003-05-22 02:36:57 +0000
commit3a12db16805a2dc2cd7f2f0ae125857071dd28ef (patch)
treefc9aeb1a305439b35ba0f13a76dd5f06978ac9e8 /Makefile.tpl
parente2ac8128ef2c7605f98edd4bf9a5b7e3e165f49d (diff)
downloadfsf-binutils-gdb-3a12db16805a2dc2cd7f2f0ae125857071dd28ef.zip
fsf-binutils-gdb-3a12db16805a2dc2cd7f2f0ae125857071dd28ef.tar.gz
fsf-binutils-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.tpl2
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)