Formerly read.c.~31~

This commit is contained in:
Roland McGrath 1992-05-07 02:02:33 +00:00
parent 48cabc8f9f
commit 569cdeac4e

2
read.c
View file

@ -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;