diff options
author | Roland McGrath <roland@redhat.com> | 1992-11-05 23:33:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-11-05 23:33:11 +0000 |
commit | a401a5e46a7c6e60f2464fde705d30df0b224130 (patch) | |
tree | df67f6d789814516c6c4056a9ea4193527f01942 | |
parent | 019a25fa8415ecccdf944c5ca225beafb70433c1 (diff) | |
download | gunmake-a401a5e46a7c6e60f2464fde705d30df0b224130.tar.gz |
Formerly read.c.~42~
-rw-r--r-- | read.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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. */ } |