Makefile.am (libstdc++.INC:): 2000-12-05 reverted to include 2000-11-12 hunk.
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Sun, 10 Dec 2000 20:51:22 +0000 (20:51 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Sun, 10 Dec 2000 20:51:22 +0000 (12:51 -0800)
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

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

index ffab0431575ca11d733515eb0b06cf94ec2daed9..578402d6f011829d6447c5b8396e598428612d53 100644 (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
index 9c4e34649bc08ab09e374506e5bd49f18589fc98..0f86e261c0e5c24e701e00e15033e813c692c857 100644 (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
index f2e35fc87e5f411fa115b9f6da3d1cedd132df48..5105ed9018985ee59abd1580f0d79c4eb3fbaaa7 100644 (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.