aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-07-22 19:01:20 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2003-07-22 19:01:20 +0000
commitf43e12ce852c5376e38cfb445bf80aee2ec16486 (patch)
treef6672e1fb5f6ddffc274499227914a95efa960fb
parentc39603389e209f44cba9006f2546bb6e51ff2ec5 (diff)
downloadgcc-f43e12ce852c5376e38cfb445bf80aee2ec16486.zip
gcc-f43e12ce852c5376e38cfb445bf80aee2ec16486.tar.gz
gcc-f43e12ce852c5376e38cfb445bf80aee2ec16486.tar.bz2
Makefile.tpl (all-make): Depend on intl.
* Makefile.tpl (all-make): Depend on intl. * Makefile.in: Rebuilt. From-SVN: r69684
-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 92d2b31..3a6273d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-22 Alexandre Oliva <aoliva@redhat.com>
+
+ * Makefile.tpl (all-make): Depend on intl.
+ * Makefile.in: Rebuilt.
+
2003-07-20 Phil Edwards <pme@gcc.gnu.org>
* install-sh: Update to newer upstream versions (associated with
diff --git a/Makefile.in b/Makefile.in
index 0b3c8b8..81cc0d6d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -23866,7 +23866,7 @@ all-flex: maybe-all-libiberty maybe-all-bison maybe-all-byacc
all-gzip: maybe-all-libiberty
all-hello: maybe-all-libiberty
all-m4: maybe-all-libiberty maybe-all-texinfo
-all-make: maybe-all-libiberty
+all-make: maybe-all-libiberty maybe-all-intl
all-patch: maybe-all-libiberty
all-prms: maybe-all-libiberty
all-recode: maybe-all-libiberty
diff --git a/Makefile.tpl b/Makefile.tpl
index 393ee5e..120fbc4 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -1342,7 +1342,7 @@ all-flex: maybe-all-libiberty maybe-all-bison maybe-all-byacc
all-gzip: maybe-all-libiberty
all-hello: maybe-all-libiberty
all-m4: maybe-all-libiberty maybe-all-texinfo
-all-make: maybe-all-libiberty
+all-make: maybe-all-libiberty maybe-all-intl
all-patch: maybe-all-libiberty
all-prms: maybe-all-libiberty
all-recode: maybe-all-libiberty