aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@gcc.gnu.org>2002-01-07 18:57:06 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2002-01-07 18:57:06 +0000
commitf2e12550cafd38e7c07b9bff0d27be7f880f87d0 (patch)
treed9ea47e6537d52d2ded7e23dc406597ef8915561
parent0341c5d2c09b158b7b12a885d4f0121ddcf2871c (diff)
downloadgcc-f2e12550cafd38e7c07b9bff0d27be7f880f87d0.zip
gcc-f2e12550cafd38e7c07b9bff0d27be7f880f87d0.tar.gz
gcc-f2e12550cafd38e7c07b9bff0d27be7f880f87d0.tar.bz2
Makefile.am (mkinstalldirs): Add.
2002-01-07 Benjamin Kosnik <bkoz@redhat.com> Craig Rodrigues <rodrigc@mediaone.net> libstdc++/5174 * po/Makefile.am (mkinstalldirs): Add. * po/Makefile.in: Regenerate. From-SVN: r48609
-rw-r--r--libstdc++-v3/ChangeLog23
-rw-r--r--libstdc++-v3/po/Makefile.am1
-rw-r--r--libstdc++-v3/po/Makefile.in2
3 files changed, 17 insertions, 9 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 6c605aa..6bbb95d 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,11 +1,18 @@
-2002-01-07 David Billinghurst <David.Billinghurst@riotinto.com>
-
- * testsuite_flags.in: Add -fmessage-length=0 to CXXFLAGS
- testsuite/lib/prune.exp: Delete lines ":In function ..."
- from compiler output
- testsuite/23_containers/map_operators.cc: Remove
- dg-excess-errors comment
- testsuite/23_containers/set_operators.cc: Likewise
+2002-01-07 Benjamin Kosnik <bkoz@redhat.com>
+ Craig Rodrigues <rodrigc@mediaone.net>
+
+ libstdc++/5174
+ * po/Makefile.am (mkinstalldirs): Add.
+ * po/Makefile.in: Regenerate.
+
+2002-01-07 David Billinghurst <David.Billinghurst@riotinto.com>
+
+ * testsuite_flags.in: Add -fmessage-length=0 to CXXFLAGS *
+ testsuite/lib/prune.exp: Delete lines ":In function ..." from
+ compiler output.
+ * testsuite/23_containers/map_operators.cc: Remove
+ dg-excess-errors comment.
+ * testsuite/23_containers/set_operators.cc: Likewise.
2002-01-06 Paolo Carlini <pcarlini@unitus.it>
diff --git a/libstdc++-v3/po/Makefile.am b/libstdc++-v3/po/Makefile.am
index 64f799b..95b0553 100644
--- a/libstdc++-v3/po/Makefile.am
+++ b/libstdc++-v3/po/Makefile.am
@@ -24,6 +24,7 @@
PACKAGE = @PACKAGE@
# Location of installation directories.
+mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
locale_installdir = $(DESTDIR)$(datadir)/locale
locale_builddir = @glibcpp_localedir@
diff --git a/libstdc++-v3/po/Makefile.in b/libstdc++-v3/po/Makefile.in
index cb78294..92b42e1 100644
--- a/libstdc++-v3/po/Makefile.in
+++ b/libstdc++-v3/po/Makefile.in
@@ -152,6 +152,7 @@ toplevel_srcdir = @toplevel_srcdir@
PACKAGE = @PACKAGE@
# Location of installation directories.
+mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
locale_installdir = $(DESTDIR)$(datadir)/locale
locale_builddir = @glibcpp_localedir@
@@ -171,7 +172,6 @@ DISTFILES = \
# Specify what gets cleaned up on a 'make clean'
CLEANFILES = $(LOCALE_OUT)
-mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES =
CFLAGS = @CFLAGS@