aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-04-22 05:11:08 +0000
committerTom Tromey <tromey@redhat.com>1998-04-22 05:11:08 +0000
commit6bf191bf4d7018ecb2e4d68fd4f5b768162c0a7e (patch)
treedaaeb87fc96e41c9537221d4edc5c423e37ef91d /Makefile.in
parent36a8f215e74b6e569930298898aed87018ffd874 (diff)
downloadgdb-6bf191bf4d7018ecb2e4d68fd4f5b768162c0a7e.zip
gdb-6bf191bf4d7018ecb2e4d68fd4f5b768162c0a7e.tar.gz
gdb-6bf191bf4d7018ecb2e4d68fd4f5b768162c0a7e.tar.bz2
* Makefile.in (all-bfd): Depend on all-intl.
(all-binutils): Likewise. (all-gas): Likewise. (all-gprof): Likewise. (all-ld): Likewise.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index b510b27..3e73d09 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1487,8 +1487,8 @@ all-ash:
all-autoconf: all-m4 all-texinfo
all-automake:
all-bash:
-all-bfd: all-libiberty
-all-binutils: all-libiberty all-opcodes all-bfd all-flex all-bison all-byacc
+all-bfd: all-libiberty all-intl
+all-binutils: all-libiberty all-opcodes all-bfd all-flex all-bison all-byacc all-intl
all-bison: all-texinfo
all-target-boehm-gc:
all-byacc:
@@ -1508,7 +1508,7 @@ all-fileutils: all-libiberty
all-findutils:
all-find:
all-flex: all-libiberty all-bison all-byacc
-all-gas: all-libiberty all-opcodes all-bfd
+all-gas: all-libiberty all-opcodes all-bfd all-intl
all-gash: all-tcl
all-gawk:
ALL_GCC = all-gcc
@@ -1523,7 +1523,7 @@ all-gettext:
all-gnuserv:
configure-target-gperf: $(ALL_GCC)
all-target-gperf: configure-target-gperf all-target-libiberty all-target-libstdc++
-all-gprof: all-libiberty all-bfd all-opcodes
+all-gprof: all-libiberty all-bfd all-opcodes all-intl
all-grep: all-libiberty
all-grez: all-libiberty all-bfd all-opcodes
all-gui: all-gdb all-libproc all-target-librx
@@ -1541,7 +1541,7 @@ all-itcl: all-tcl all-tk
# start-sanitize-ide
all-jstools: all-tcl all-tk all-tix all-libgui all-libide all-libidetcl
# end-sanitize-ide
-all-ld: all-libiberty all-bfd all-opcodes all-bison all-byacc all-flex
+all-ld: all-libiberty all-bfd all-opcodes all-bison all-byacc all-flex all-intl
configure-target-libg++: $(ALL_GCC) configure-target-librx
all-target-libg++: configure-target-libg++ all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio all-target-librx all-target-libstdc++
configure-target-libgloss: $(ALL_GCC)