This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Applied PATCH for colon in $(objdir) problem
- To: libstdc++ at gcc dot gnu dot org
- Subject: Applied PATCH for colon in $(objdir) problem
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- Date: Fri, 10 Aug 2001 15:45:24 -0500 (CDT)
- Reply-to: rittle at labs dot mot dot com
I still think it is somewhat trashy but Mark said it was OK and no one
complained. If someone knows how to fix this better PLEASE do.
Bootstrapped on i386-*-freebsd4.3 using my normal process. Also
tested failing case reported by Gerald. Applied to mainline. I will
move to branch and close report on Monday.
bootstrap/3963
* include/Makefile.am: Use relative file path in rule to allow
colon in $(objdir).
* include/Makefile.in: Rebuilt.
Index: include/Makefile.am
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/include/Makefile.am,v
retrieving revision 1.3
diff -c -r1.3 Makefile.am
*** Makefile.am 2001/08/10 15:47:21 1.3
--- Makefile.am 2001/08/10 20:35:35
***************
*** 391,397 ****
fi
echo `date` > stamp-${target_alias}
! ${target_builddir}/c++config.h: ${glibcpp_builddir}/config.h \
${glibcpp_srcdir}/include/bits/c++config \
${target_builddir}
@cat ${glibcpp_srcdir}/include/bits/c++config > $@ ;\
--- 391,397 ----
fi
echo `date` > stamp-${target_alias}
! ${target_builddir}/c++config.h: ../config.h \
${glibcpp_srcdir}/include/bits/c++config \
${target_builddir}
@cat ${glibcpp_srcdir}/include/bits/c++config > $@ ;\