mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-28 15:57:48 +00:00
(read_makefile): Write no error msg for -include file.
This commit is contained in:
parent
37c95f6d39
commit
f2c10dedf0
1 changed files with 2 additions and 1 deletions
3
read.c
3
read.c
|
@ -576,7 +576,8 @@ read_makefile (filename, flags)
|
|||
files = next;
|
||||
|
||||
if (! read_makefile (name, (RM_INCLUDED | RM_NO_TILDE
|
||||
| (noerror ? RM_DONTCARE : 0))))
|
||||
| (noerror ? RM_DONTCARE : 0)))
|
||||
&& ! noerror)
|
||||
makefile_error (filename, lineno,
|
||||
"%s: %s", name, strerror (errno));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue