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:
authorDaniel Jacobowitz <drow@false.org>2007-10-23 16:36:47 +0400
committerDaniel Jacobowitz <drow@false.org>2007-10-23 16:36:47 +0400
commit968f02075dd6643f29c32679611175e7a6357fb7 (patch)
tree0eb201521247525bbdd875563676a546518be38f
parentd086ff1fc7bf733daaac4216a249b708aaa4d362 (diff)
* Makefile.def (dependencies): Make configure-gdb depend on all-intl. * Makefile.in: Regenerated. * configure.ac: Modify $LIBINTL before the BFD check. * configure: Regenerated.
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.def3
-rw-r--r--Makefile.in3
3 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 023e146ed..92d238f21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * Makefile.def (dependencies): Make configure-gdb depend on
+ all-intl.
+ * Makefile.in: Regenerated.
+
2007-09-15 Alan Modra <amodra@bigpond.net.au>
* configure.ac: Correct makeinfo version check.
diff --git a/Makefile.def b/Makefile.def
index 3d9a95d61..bb8ded335 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -316,10 +316,9 @@ dependencies = { module=all-gnattools; on=all-target-libada; };
dependencies = { module=configure-mpfr; on=all-gmp; };
// Host modules specific to gdb.
-dependencies = { module=configure-gdb; on=configure-intl; };
+dependencies = { module=configure-gdb; on=all-intl; };
dependencies = { module=configure-gdb; on=configure-sim; };
dependencies = { module=configure-gdb; on=all-bfd; };
-dependencies = { module=all-gdb; on=all-intl; };
dependencies = { module=all-gdb; on=all-libiberty; };
dependencies = { module=all-gdb; on=all-opcodes; };
dependencies = { module=all-gdb; on=all-readline; };
diff --git a/Makefile.in b/Makefile.in
index 80b247468..310a78c4f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -51488,10 +51488,9 @@ configure-stageb3g2-mpfr: maybe-all-stageb3g2-gmp
configure-stage4-mpfr: maybe-all-stage4-gmp
configure-stageprofile-mpfr: maybe-all-stageprofile-gmp
configure-stagefeedback-mpfr: maybe-all-stagefeedback-gmp
-configure-gdb: maybe-configure-intl
+configure-gdb: maybe-all-intl
configure-gdb: maybe-configure-sim
configure-gdb: maybe-all-bfd
-all-gdb: maybe-all-intl
all-gdb: maybe-all-libiberty
all-gdb: maybe-all-opcodes
all-gdb: maybe-all-readline