From: Roland McGrath Date: Fri, 22 Apr 1994 21:57:47 +0000 (+0000) Subject: (read_makefile): Fix `override define' parsing to skip whitespace after X-Git-Tag: 3.70.3~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6bce5ef88ed59adb5b6a20569d0969cba45bb33;p=platform%2Fupstream%2Fmake.git (read_makefile): Fix `override define' parsing to skip whitespace after `define' properly. --- diff --git a/read.c b/read.c index e6ea272..449bf01 100644 --- a/read.c +++ b/read.c @@ -434,7 +434,7 @@ read_makefile (filename, flags) in_ignored_define = 1; else { - p2 = end_of_token (p2); + p2 = next_token (p2 + 6); /* Let the variable name be the whole rest of the line, with trailing blanks stripped (comments have already been removed), so it could be a complex variable/function