mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-18 11:27:37 +00:00
* read.c (read_all_makefiles): [SV 50909] Add MAKEFILES to strcache
Copyright-paperwork-exempt: yes
This commit is contained in:
parent
8ff529b1cb
commit
816a867ff5
1 changed files with 1 additions and 1 deletions
2
read.c
2
read.c
|
@ -205,7 +205,7 @@ read_all_makefiles (const char **makefiles)
|
|||
{
|
||||
if (*p != '\0')
|
||||
*p++ = '\0';
|
||||
eval_makefile (name, RM_NO_DEFAULT_GOAL|RM_INCLUDED|RM_DONTCARE);
|
||||
eval_makefile (strcache_add (name), RM_NO_DEFAULT_GOAL|RM_INCLUDED|RM_DONTCARE);
|
||||
}
|
||||
|
||||
free (value);
|
||||
|
|
Loading…
Reference in a new issue