This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: bootstrap failure with colons in objdir
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Subject: Re: bootstrap failure with colons in objdir
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Mon, 30 Jul 2001 08:55:50 -0700 (PDT)
- cc: libstdc++ at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
> 367 ${target_builddir}/c++config.h: ${glibcpp_builddir}/config.h \
> 368 ${glibcpp_srcdir}/include/bits/c++config \
> 369 ${target_builddir}
So if you quote all this stuff, will it work?
ie:
> 367 "${target_builddir}"/c++config.h: "${glibcpp_builddir}"/config.h \
> 368 "${glibcpp_srcdir}"/include/bits/c++config \
> 369 "${target_builddir}"
can you try please?