This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Tue, Jul 02, 2002 at 03:34:08PM -0400, Nathanael Nerode wrote:
> Index: configure.in
> ===================================================================
> RCS file: /cvs/gcc/gcc/configure.in,v
> retrieving revision 1.166
> diff -u -r1.166 configure.in
> +++ configure.in 2 Jul 2002 19:32:14 -0000
> @@ -1225,8 +1228,8 @@
> esac
>
> rm -f mt-frag
> -if test -n "${target_makefile_frag}" ; then
> - for f in ${target_makefile_frag}
> +if test -n "${target_makefile_frag}${alphaieee_frag}${ospace_frag}" ; then
> + for f in ${target_makefile_frag}${alphaieee_frag}${ospace_frag}
^ ^
Don't there need to be spaces inserted at the carets?
Matt
Attachment:
msg00044/pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |