summaryrefslogtreecommitdiff
path: root/read.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-05-07 02:02:33 +0000
committerRoland McGrath <roland@redhat.com>1992-05-07 02:02:33 +0000
commit569cdeac4ec5760944de2dc95a883d8dfe1d2612 (patch)
tree52e98c7bd68d5e86c31e6a1f40d16dea87d35fad /read.c
parent48cabc8f9f2c23cc36a42e560f7a3720bee81018 (diff)
downloadgunmake-569cdeac4ec5760944de2dc95a883d8dfe1d2612.tar.gz
Formerly read.c.~31~
Diffstat (limited to 'read.c')
-rw-r--r--read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.c b/read.c
index eb35100..bc0283b 100644
--- a/read.c
+++ b/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;