]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.am: Use relative file path in rule to allow colon in $(objdir).
authorLoren J. Rittle <ljrittle@acm.org>
Fri, 10 Aug 2001 20:44:53 +0000 (20:44 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Fri, 10 Aug 2001 20:44:53 +0000 (20:44 +0000)
bootstrap/3963
* include/Makefile.am: Use relative file path in rule to allow
colon in $(objdir).
* include/Makefile.in: Rebuilt.

From-SVN: r44776

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

index ae0689e7b775858f334a002834a2b726da1f232a..6d6241322408e67cae6b02f0f5418f61da92dd77 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 91931d3d719b22dded3b5d3e3baac3f1485ca922..f5ceb08190e656c51ec41381b5df3065c0574852 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 bf72ef58fe5493606d8fb9b34c12f6c2d34bf66a..b010d072199e45ea2625a092a6765865e95dd691 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 > $@ ;\