This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: --enable-debug-flags patch seems to have broken non-GNU make
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Mon, 30 Dec 2002 17:19:02 -0600 (CST)
- Subject: Re: --enable-debug-flags patch seems to have broken non-GNU make
OK, I have debugged the situation completely.
time_members.cc: ${glibcpp_srcdir}/config/locale/generic/time_members.cc
ln -s $< . || true
(the above sample from generated Makefile)
$< is not portable when used outside a pattern rule. Discussion re
this construct just took place here:
http://gcc.gnu.org/ml/gcc-bugs/2002-12/msg00852.html
Regards,
Loren
Tested patch forthcoming...
Regards,
Loren