Re: line number mixup

2004-03-18 Thread Paul D. Smith
You're right; that's a bug. Here's a patch. It'll be fixed in GNUmake 3.81. --- read.c 21 Jan 2004 06:33:00 - 1.130 +++ read.c 19 Mar 2004 05:31:51 - @@ -1277,8 +1277,8 @@ unsigned int len; char *line; - ebuf->floc.lineno += nlines; nlines = re

line number mixup

2004-03-18 Thread Dave Yost
This Makefile define foo endef oops complains that the oops is missing a separator. Fine so far, but it reports the line number as 2 instead of 3. gmake is otherwise awesome! Thanks Dave ___ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu