aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Weinberg <zack@codesourcery.com>2003-07-04 23:07:22 +0000
committerZack Weinberg <zack@gcc.gnu.org>2003-07-04 23:07:22 +0000
commit21607eb4321f5093db2b3d8636209eeaff3891b9 (patch)
tree5861a025abdd7e3250eb65547880f61e140f3e64
parent682def26d251bcc2799bd55e2f4f3c0faa01e5a1 (diff)
downloadgcc-21607eb4321f5093db2b3d8636209eeaff3891b9.zip
gcc-21607eb4321f5093db2b3d8636209eeaff3891b9.tar.gz
gcc-21607eb4321f5093db2b3d8636209eeaff3891b9.tar.bz2
Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
* Makefile.tpl (all-bootstrap): Depend on maybe-all-intl. * Makefile.in: Regenerate. From-SVN: r68945
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in2
-rw-r--r--Makefile.tpl2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b9a253..6c1bfd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-04 Zack Weinberg <zack@codesourcery.com>
+
+ * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
+ * Makefile.in: Regenerate.
+
2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.tpl: Replace PWD with PWD_COMMAND.
diff --git a/Makefile.in b/Makefile.in
index c46a6d9..4a26a3e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -23745,7 +23745,7 @@ all-gcc: maybe-all-libiberty maybe-all-intl maybe-all-bison maybe-all-byacc mayb
# This is a slightly kludgy method of getting dependencies on
# all-build-libiberty correct; it would be better to build it every time.
all-gcc: maybe-all-build-libiberty
-all-bootstrap: maybe-all-libiberty maybe-all-texinfo maybe-all-bison maybe-all-byacc maybe-all-binutils maybe-all-gas maybe-all-ld maybe-all-zlib
+all-bootstrap: maybe-all-libiberty maybe-all-intl maybe-all-texinfo maybe-all-bison maybe-all-byacc maybe-all-binutils maybe-all-gas maybe-all-ld maybe-all-zlib
# Host modules specific to gdb.
# GDB needs to know that the simulator is being built.
diff --git a/Makefile.tpl b/Makefile.tpl
index 8c62c20..4c3f936 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -1290,7 +1290,7 @@ all-gcc: maybe-all-libiberty maybe-all-intl maybe-all-bison maybe-all-byacc mayb
# This is a slightly kludgy method of getting dependencies on
# all-build-libiberty correct; it would be better to build it every time.
all-gcc: maybe-all-build-libiberty
-all-bootstrap: maybe-all-libiberty maybe-all-texinfo maybe-all-bison maybe-all-byacc maybe-all-binutils maybe-all-gas maybe-all-ld maybe-all-zlib
+all-bootstrap: maybe-all-libiberty maybe-all-intl maybe-all-texinfo maybe-all-bison maybe-all-byacc maybe-all-binutils maybe-all-gas maybe-all-ld maybe-all-zlib
# Host modules specific to gdb.
# GDB needs to know that the simulator is being built.