OSDN Git Service

2002-01-07 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jan 2002 18:57:06 +0000 (18:57 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jan 2002 18:57:06 +0000 (18:57 +0000)
      Craig Rodrigues  <rodrigc@mediaone.net>

libstdc++/5174
* po/Makefile.am (mkinstalldirs): Add.
* po/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48609 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/po/Makefile.am
libstdc++-v3/po/Makefile.in

index 6c605aa..6bbb95d 100644 (file)
@@ -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>
 
index 64f799b..95b0553 100644 (file)
@@ -24,6 +24,7 @@
 PACKAGE = @PACKAGE@
 
 # Location of installation directories.
+mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
 locale_installdir = $(DESTDIR)$(datadir)/locale
 locale_builddir = @glibcpp_localedir@
 
index cb78294..92b42e1 100644 (file)
@@ -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@