diff options
author | Daniel Jacobowitz <dan@debian.org> | 2007-10-23 12:34:18 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2007-10-23 12:34:18 +0000 |
commit | 6cb730aecd40e824a2f552352186b63da11c6998 (patch) | |
tree | b1522f57bae4abb5d8fd76cbf6a8a315ff8a0451 /Makefile.in | |
parent | 90b22bd623cbc80fa08b99fe94d4fd9209eb35e4 (diff) | |
download | gdb-6cb730aecd40e824a2f552352186b63da11c6998.tar.gz |
PR gdb/2336cgen-snapshot-20071101
* Makefile.def (dependencies): Make configure-gdb depend on
all-intl.
* Makefile.in: Regenerated.
* configure.ac: Modify $LIBINTL before the BFD check.
* configure: Regenerated.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 69e14dbb9c5..21b83628ae2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -51499,10 +51499,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 |