Commit 09314637 by Alexandre Petit-Bianco Committed by Alexandre Petit-Bianco

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
parent 8000caee
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> 2000-12-09 Jason Merrill <jason@redhat.com>
* testsuite/20_util/auto_ptr.cc (test07): Remove test that tries * testsuite/20_util/auto_ptr.cc (test07): Remove test that tries
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
## USA. ## 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 AUTOMAKE_OPTIONS = 1.3 gnits
MAINT_CHARSET = latin1 MAINT_CHARSET = latin1
...@@ -326,7 +326,7 @@ libstdc++.INC: Makefile ...@@ -326,7 +326,7 @@ libstdc++.INC: Makefile
mv tmp-$@ $@ mv tmp-$@ $@
tmp-libstdc++.INC: Makefile tmp-libstdc++.INC: Makefile
echo -I$(top_builddir) $(INCLUDES) > $@ echo $(INCLUDES) > $@
# AM_CXXFLAGS needs to be in each subdirectory so that it can be # 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 # modified in a per-library or per-sub-library way. Need to manually
......
...@@ -688,7 +688,7 @@ libstdc++.INC: Makefile ...@@ -688,7 +688,7 @@ libstdc++.INC: Makefile
mv tmp-$@ $@ mv tmp-$@ $@
tmp-libstdc++.INC: Makefile 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. # 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. # Otherwise a system limit (for SysV at least) may be exceeded.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment