diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 6c605aa314c..6bbb95db627 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,11 +1,18 @@ -2002-01-07 David Billinghurst +2002-01-07 Benjamin Kosnik + Craig Rodrigues - * 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 + libstdc++/5174 + * po/Makefile.am (mkinstalldirs): Add. + * po/Makefile.in: Regenerate. + +2002-01-07 David Billinghurst + + * 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 diff --git a/libstdc++-v3/po/Makefile.am b/libstdc++-v3/po/Makefile.am index 64f799ba62d..95b0553252a 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 cb7829476c3..92b42e1da75 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@