mirror of
https://github.com/mirror/make.git
synced 2025-03-27 12:31:23 +08:00
Formerly read.c.~31~
This commit is contained in:
parent
48cabc8f9f
commit
569cdeac4e
2
read.c
2
read.c
@ -421,7 +421,7 @@ read_makefile (filename, type)
|
|||||||
export_all_variables = 1;
|
export_all_variables = 1;
|
||||||
v = try_variable_definition (p2, o_file);
|
v = try_variable_definition (p2, o_file);
|
||||||
if (v != 0)
|
if (v != 0)
|
||||||
v->export = 1;
|
v->export = v_export;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
unsigned int len;
|
unsigned int len;
|
||||||
|
Loading…
Reference in New Issue
Block a user