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