mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-06 14:36:37 +00:00
Formerly read.c.~42~
This commit is contained in:
parent
019a25fa84
commit
a401a5e46a
1 changed files with 1 additions and 6 deletions
7
read.c
7
read.c
|
@ -524,12 +524,7 @@ read_makefile (filename, type)
|
||||||
pattern = savestring (p, len);
|
pattern = savestring (p, len);
|
||||||
p = find_next_token (&p2, &len);
|
p = find_next_token (&p2, &len);
|
||||||
if (p != 0)
|
if (p != 0)
|
||||||
{
|
p = savestring (p, len);
|
||||||
p = savestring (p, len);
|
|
||||||
if (find_next_token (&p2, (unsigned int *) 0) != 0)
|
|
||||||
makefile_error (filename, lineno,
|
|
||||||
"extraneous text after `vpath' directive");
|
|
||||||
}
|
|
||||||
/* No searchpath means remove all previous
|
/* No searchpath means remove all previous
|
||||||
selective VPATH's with the same pattern. */
|
selective VPATH's with the same pattern. */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue