diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-10-23 12:34:18 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-10-23 12:34:18 +0000 |
commit | 7b3200f9aef4a1a92e8f8113a81c873593756b7f (patch) | |
tree | eb6b75e28ac6cc6ed6be02a19ec7b1a789531de6 /Makefile.in | |
parent | 89ba75b1ecaa14d207f43dccc4a4aa76efef26d6 (diff) | |
download | gdb-7b3200f9aef4a1a92e8f8113a81c873593756b7f.zip gdb-7b3200f9aef4a1a92e8f8113a81c873593756b7f.tar.gz gdb-7b3200f9aef4a1a92e8f8113a81c873593756b7f.tar.bz2 |
PR gdb/2336
* 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 69e14db..21b8362 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 |