=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.1,v retrieving revision 1.31 retrieving revision 1.32 diff -c -r1.31 -r1.32 *** src/usr.bin/make/make.1 2000/04/12 21:47:49 1.31 --- src/usr.bin/make/make.1 2000/06/06 15:32:25 1.32 *************** *** 1,4 **** ! .\" $OpenBSD: make.1,v 1.31 2000/04/12 21:47:49 aaron Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: make.1,v 1.32 2000/06/06 15:32:25 ericj Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 *************** *** 1223,1229 **** \&.if ${TMACHINE} = ${MACHINE} ... \&.endif ! \&.fi .Ed .Pp won't work, and should be rewritten the other way around. --- 1223,1229 ---- \&.if ${TMACHINE} = ${MACHINE} ... \&.endif ! \&.endfor .Ed .Pp won't work, and should be rewritten the other way around.