OSDN Git Service

bootstrap/3963
authorljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Aug 2001 20:44:53 +0000 (20:44 +0000)
committerljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Aug 2001 20:44:53 +0000 (20:44 +0000)
* include/Makefile.am: Use relative file path in rule to allow
colon in $(objdir).
* include/Makefile.in: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44776 138bc75d-0d04-0410-961f-82ee72b054a4

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

index ae0689e..6d62413 100644 (file)
@@ -3,6 +3,11 @@
        * testsuite/testsuite_hooks.h (__set_testsuite_memlimit): Add
        dummy default argument to the non-limit implementation.
 
+       bootstrap/3963
+       * include/Makefile.am: Use relative file path in rule to allow
+       colon in $(objdir).
+       * include/Makefile.in: Rebuilt.
+
 2001-08-10   Gunter Winkler gunter.winkler@mathematik.tu-chemnitz.de
 
        * include/bits/std_complex.h (complex<long double>::operator*=,
index 91931d3..f5ceb08 100644 (file)
@@ -21,7 +21,7 @@
 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 ## USA.
 
-## $Id: Makefile.am,v 1.2 2001/08/08 02:48:59 bkoz Exp $
+## $Id: Makefile.am,v 1.3 2001/08/10 15:47:21 gdr Exp $
 
 AUTOMAKE_OPTIONS = 1.3 gnits
 MAINT_CHARSET = latin1
@@ -391,7 +391,7 @@ stamp-${target_alias}:
        fi
        echo `date` > stamp-${target_alias}
 
-${target_builddir}/c++config.h: ${glibcpp_builddir}/config.h \
+${target_builddir}/c++config.h: ../config.h \
                                ${glibcpp_srcdir}/include/bits/c++config \
                                ${target_builddir}
        @cat ${glibcpp_srcdir}/include/bits/c++config > $@ ;\
index bf72ef5..b010d07 100644 (file)
@@ -393,7 +393,7 @@ stamp-${target_alias}:
        fi
        echo `date` > stamp-${target_alias}
 
-${target_builddir}/c++config.h: ${glibcpp_builddir}/config.h \
+${target_builddir}/c++config.h: ../config.h \
                                ${glibcpp_srcdir}/include/bits/c++config \
                                ${target_builddir}
        @cat ${glibcpp_srcdir}/include/bits/c++config > $@ ;\