Applied PATCH for colon in $(objdir) problem
Loren James Rittle
rittle@latour.rsch.comm.mot.com
Fri Aug 10 13:45:00 GMT 2001
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 > $@ ;\
More information about the Libstdc++
mailing list