mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-27 23:06:53 +00:00
Formerly variable.c.~8~
This commit is contained in:
parent
2e5f56539d
commit
2283b32986
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ define_automatic_variables ()
|
|||
}
|
||||
|
||||
/* Make sure MAKEFILES gets exported if it is set. */
|
||||
v = define_variable ("MAKEFILES", 9, (char *) 0, o_default, 0);
|
||||
v = define_variable ("MAKEFILES", 9, "", o_default, 0);
|
||||
v->export = v_ifset;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue