diff options
author | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2005-09-12 23:09:41 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2005-09-12 23:09:41 +0000 |
commit | c35a51a54ef3a5f614f0e0e10710fce55fb0b6a4 (patch) | |
tree | 1a9b3c6df6c5e84aac4482fb4c5c4168b1846558 /libstdc++-v3/src | |
parent | 6f25cb3578f72310c50d4ea2d89179e169beec31 (diff) | |
download | gcc-c35a51a54ef3a5f614f0e0e10710fce55fb0b6a4.zip gcc-c35a51a54ef3a5f614f0e0e10710fce55fb0b6a4.tar.gz gcc-c35a51a54ef3a5f614f0e0e10710fce55fb0b6a4.tar.bz2 |
re PR libstdc++/22554 (pb_assoc header build and install overflows exec)
2005-09-12 Benjamin Kosnik <bkoz@redhat.com>
David Edelsohn <dje@gcc.gnu.org>
PR libstdc++/22554
PR libstdc++/23734
* include/Makefile.am (assoc_headers): Break into five sub values.
(install-headers): Use them.
(stamp-assoc): Same.
* include/Makefile.in: Regenerate.
From-SVN: r104196
Diffstat (limited to 'libstdc++-v3/src')
-rw-r--r-- | libstdc++-v3/src/Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libstdc++-v3/src/Makefile.in b/libstdc++-v3/src/Makefile.in index 4f3e20b..44811e8 100644 --- a/libstdc++-v3/src/Makefile.in +++ b/libstdc++-v3/src/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.3 from Makefile.am. +# Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -14,8 +14,6 @@ @SET_MAKE@ -SOURCES = $(libstdc___la_SOURCES) - srcdir = @srcdir@ top_srcdir = @top_srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ |