]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly read.c.~28~
authorRoland McGrath <roland@redhat.com>
Tue, 14 Apr 1992 22:31:19 +0000 (22:31 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 14 Apr 1992 22:31:19 +0000 (22:31 +0000)
read.c

diff --git a/read.c b/read.c
index ae7358a1481e353e5ecf3669710cc701a8fac826..0e1cb4ecefa23a2465761582ac0c505bf6546e9d 100644 (file)
--- 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.  */