From 6bf191bf4d7018ecb2e4d68fd4f5b768162c0a7e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 22 Apr 1998 05:11:08 +0000 Subject: [PATCH] * Makefile.in (all-bfd): Depend on all-intl. (all-binutils): Likewise. (all-gas): Likewise. (all-gprof): Likewise. (all-ld): Likewise. --- ChangeLog | 8 ++++++++ Makefile.in | 10 +++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f66020356ee..c18c04af91a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Apr 21 23:06:54 1998 Tom Tromey + + * Makefile.in (all-bfd): Depend on all-intl. + (all-binutils): Likewise. + (all-gas): Likewise. + (all-gprof): Likewise. + (all-ld): Likewise. + Mon Apr 20 14:26:26 1998 Tom Tromey * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc. diff --git a/Makefile.in b/Makefile.in index b510b2713ee..3e73d09852c 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) -- 2.30.2