mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-29 08:09:02 +00:00
Formerly main.c.~72~
This commit is contained in:
parent
17bc902648
commit
ed70d6422c
1 changed files with 2 additions and 1 deletions
3
main.c
3
main.c
|
@ -502,7 +502,8 @@ main (argc, argv, envp)
|
|||
continue;
|
||||
|
||||
/* Try a variable definition. */
|
||||
if (try_variable_definition (other_args->list[i], o_command))
|
||||
if (try_variable_definition ((char *) 0, 0,
|
||||
other_args->list[i], o_command))
|
||||
{
|
||||
/* It succeeded. The variable is already defined.
|
||||
Backslash-quotify it and append it to CMD_DEFS, then clobber it
|
||||
|
|
Loading…
Reference in a new issue