mirror of
https://github.com/mirror/make.git
synced 2026-08-31 11:48:08 +08:00
Fix a bug where conditional variables weren't being expanded correctly.
This commit is contained in:
@@ -792,6 +792,7 @@ try_variable_definition (flocp, line, origin)
|
||||
free(expanded_name);
|
||||
return v;
|
||||
}
|
||||
flavor = f_recursive;
|
||||
/* FALLTHROUGH */
|
||||
case f_recursive:
|
||||
/* A recursive variable definition "var = value".
|
||||
|
||||
Reference in New Issue
Block a user