mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-28 15:57:48 +00:00
Formerly read.c.~31~
This commit is contained in:
parent
48cabc8f9f
commit
569cdeac4e
1 changed files with 1 additions and 1 deletions
2
read.c
2
read.c
|
@ -421,7 +421,7 @@ read_makefile (filename, type)
|
|||
export_all_variables = 1;
|
||||
v = try_variable_definition (p2, o_file);
|
||||
if (v != 0)
|
||||
v->export = 1;
|
||||
v->export = v_export;
|
||||
else
|
||||
{
|
||||
unsigned int len;
|
||||
|
|
Loading…
Reference in a new issue