Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-07-22 23:03:26 +0400
committerAlexandre Oliva <aoliva@redhat.com>2003-07-22 23:03:26 +0400
commit8d57e6682bd65f29545892b56e9e794cc60b8447 (patch)
treeb62a5d516f9671f59d774036e9baf68b4044a980
parentd432ac751b7fb37d50502081243da5c722a8a522 (diff)
* Makefile.tpl (all-make): Depend on intl.
* Makefile.in: Rebuilt.
-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 255b0d65c..7cd855531 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-16 Nathanael Nerode <neroden@gcc.gnu.org>
* config.if: Remove unused libc_interface determination.
diff --git a/Makefile.in b/Makefile.in
index 0b3c8b814..81cc0d6df 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 393ee5ef0..120fbc4b0 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