mirror of
https://github.com/mirror/make.git
synced 2025-01-17 07:40:24 +08:00
Formerly variable.c.~11~
This commit is contained in:
parent
46ccc784fe
commit
112dd3508d
@ -88,6 +88,8 @@ define_variable_in_set (name, length, value, origin, recursive, set)
|
||||
than this one, don't redefine it. */
|
||||
if ((int) origin >= (int) v->origin)
|
||||
{
|
||||
if (v->value != 0)
|
||||
free (v->value);
|
||||
v->value = savestring (value, strlen (value));
|
||||
v->origin = origin;
|
||||
v->recursive = recursive;
|
||||
|
Loading…
Reference in New Issue
Block a user