From: Roland McGrath Date: Thu, 5 Nov 1992 23:33:11 +0000 (+0000) Subject: Formerly read.c.~42~ X-Git-Tag: 3.70.2~552 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a401a5e46a7c6e60f2464fde705d30df0b224130;p=thirdparty%2Fmake.git Formerly read.c.~42~ --- diff --git a/read.c b/read.c index 24747380..523f04aa 100644 --- 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. */ }