Noel Yap <[EMAIL PROTECTED]> writes:

> Is this a bug?

I don't think so. The manual says that the value of the 
variable starts from the line after "define <varname>"
and contains all newlines except the one preceding "endef".

Thus

1: define RETURN
2: 
3: endef

New line from line 1 is not included because it is not part
of the value. New line from line 2 is not included because
it is followed by endef.

hth,
-boris



_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to