mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
0341c5d2c0
commit
f2e12550ca
|
@ -1,11 +1,18 @@
|
||||||
2002-01-07 David Billinghurst <David.Billinghurst@riotinto.com>
|
2002-01-07 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
Craig Rodrigues <rodrigc@mediaone.net>
|
||||||
|
|
||||||
* testsuite_flags.in: Add -fmessage-length=0 to CXXFLAGS
|
libstdc++/5174
|
||||||
testsuite/lib/prune.exp: Delete lines ":In function ..."
|
* po/Makefile.am (mkinstalldirs): Add.
|
||||||
from compiler output
|
* po/Makefile.in: Regenerate.
|
||||||
testsuite/23_containers/map_operators.cc: Remove
|
|
||||||
dg-excess-errors comment
|
2002-01-07 David Billinghurst <David.Billinghurst@riotinto.com>
|
||||||
testsuite/23_containers/set_operators.cc: Likewise
|
|
||||||
|
* 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>
|
2002-01-06 Paolo Carlini <pcarlini@unitus.it>
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
|
|
||||||
# Location of installation directories.
|
# Location of installation directories.
|
||||||
|
mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
|
||||||
locale_installdir = $(DESTDIR)$(datadir)/locale
|
locale_installdir = $(DESTDIR)$(datadir)/locale
|
||||||
locale_builddir = @glibcpp_localedir@
|
locale_builddir = @glibcpp_localedir@
|
||||||
|
|
||||||
|
|
|
@ -152,6 +152,7 @@ toplevel_srcdir = @toplevel_srcdir@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
|
|
||||||
# Location of installation directories.
|
# Location of installation directories.
|
||||||
|
mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
|
||||||
locale_installdir = $(DESTDIR)$(datadir)/locale
|
locale_installdir = $(DESTDIR)$(datadir)/locale
|
||||||
locale_builddir = @glibcpp_localedir@
|
locale_builddir = @glibcpp_localedir@
|
||||||
|
|
||||||
|
@ -171,7 +172,6 @@ DISTFILES = \
|
||||||
|
|
||||||
# Specify what gets cleaned up on a 'make clean'
|
# Specify what gets cleaned up on a 'make clean'
|
||||||
CLEANFILES = $(LOCALE_OUT)
|
CLEANFILES = $(LOCALE_OUT)
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
|
|
||||||
CONFIG_HEADER = ../config.h
|
CONFIG_HEADER = ../config.h
|
||||||
CONFIG_CLEAN_FILES =
|
CONFIG_CLEAN_FILES =
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
|
Loading…
Reference in New Issue