Makefile.am (libstdc++.INC:): 2000-12-05 reverted to include 2000-11-12 hunk.

2000-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>

	* src/Makefile.am (libstdc++.INC:): 2000-12-05 reverted to include
	2000-11-12 hunk.
	* src/Makefile.in: Rebuilt.

From-SVN: r38178
This commit is contained in:
Alexandre Petit-Bianco 2000-12-10 20:51:22 +00:00 committed by Alexandre Petit-Bianco
parent 8000caee88
commit 09314637fc
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2000-12-10 Alexandre Petit-Bianco <apbianco@cygnus.com>
* src/Makefile.am (libstdc++.INC:): 2000-12-05 reverted to include
2000-11-12 hunk.
* src/Makefile.in: Rebuilt.
2000-12-09 Jason Merrill <jason@redhat.com>
* testsuite/20_util/auto_ptr.cc (test07): Remove test that tries

View File

@ -21,7 +21,7 @@
## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
## USA.
## $Id: Makefile.am,v 1.55 2000/11/30 23:44:32 gdr Exp $
## $Id: Makefile.am,v 1.56 2000/12/06 03:05:12 bkoz Exp $
AUTOMAKE_OPTIONS = 1.3 gnits
MAINT_CHARSET = latin1
@ -326,7 +326,7 @@ libstdc++.INC: Makefile
mv tmp-$@ $@
tmp-libstdc++.INC: Makefile
echo -I$(top_builddir) $(INCLUDES) > $@
echo $(INCLUDES) > $@
# AM_CXXFLAGS needs to be in each subdirectory so that it can be
# modified in a per-library or per-sub-library way. Need to manually

View File

@ -688,7 +688,7 @@ libstdc++.INC: Makefile
mv tmp-$@ $@
tmp-libstdc++.INC: Makefile
echo -I$(top_builddir) $(INCLUDES) > $@
echo $(INCLUDES) > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.