]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly read.c.~42~
authorRoland McGrath <roland@redhat.com>
Thu, 5 Nov 1992 23:33:11 +0000 (23:33 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 5 Nov 1992 23:33:11 +0000 (23:33 +0000)
read.c

diff --git a/read.c b/read.c
index 24747380e7f8ab7c71104384e6d821688d3bdd8e..523f04aa142c2f53d9305f6c99c78edd8e0ab568 100644 (file)
--- a/read.c
+++ b/read.c
@@ -524,12 +524,7 @@ read_makefile (filename, type)
              pattern = savestring (p, len);
              p = find_next_token (&p2, &len);
              if (p != 0)
-               {
-                 p = savestring (p, len);
-                 if (find_next_token (&p2, (unsigned int *) 0) != 0)
-                   makefile_error (filename, lineno,
-                                   "extraneous text after `vpath' directive");
-               }
+               p = savestring (p, len);
              /* No searchpath means remove all previous
                 selective VPATH's with the same pattern.  */
            }