This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [patch, libjava]: Fix broken test for LIBFFINCS
- To: "Manfred Hollstein" <manfred dot h at gmx dot net>, <gcc-patches at gcc dot gnu dot org>
- Subject: Re: [patch, libjava]: Fix broken test for LIBFFINCS
- From: "Anthony Green" <green at redhat dot com>
- Date: Mon, 10 Sep 2001 10:10:13 -0700
- Cc: <gcc-bugs at gcc dot gnu dot org>
- References: <15260.59704.870725.547709@saturn.hollstein.net>
Manfred wrote:
> This is caused by using $(...) inside "..." quotes while '...' should
> have been used. If nobody beats me to it, I'll be checking in the
> patch below under the "fixes an obvious bug" rule.
This was probably my bad. Thanks Manfred!
AG