From: Roland McGrath Date: Tue, 14 Apr 1992 22:31:19 +0000 (+0000) Subject: Formerly read.c.~28~ X-Git-Tag: 3.70.2~822 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c92d87313a8a95fdbdb81612445238fc374b0b1;p=thirdparty%2Fmake.git Formerly read.c.~28~ --- diff --git a/read.c b/read.c index ae7358a1..0e1cb4ec 100644 --- a/read.c +++ b/read.c @@ -1301,7 +1301,7 @@ parse_file_seq (stringp, stopchar, size, strip) p--; if (strip) - while (q[0] == '.' && q[1] == '/' && q[2] != '\0') + while (q[0] == '.' && q[1] == '/' && q[2] != '\0' && !isblank (q[2])) q += 2; /* Extract the filename just found, and skip it. */