Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2003-05-22 06:36:57 +0400
committerDJ Delorie <dj@redhat.com>2003-05-22 06:36:57 +0400
commita12a8d41d210136627bd88bddd820d58bbd93e15 (patch)
tree2f0eb8a7576d1510c5f28cbc67d68fb1fa3a354a /Makefile.tpl
parent6584320e0f009327444b6d058f74dcb25ba376e6 (diff)
* 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 9d2c326a6..c07fed663 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)