diff options
author | Roland McGrath <roland@redhat.com> | 1992-05-07 02:02:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-05-07 02:02:33 +0000 |
commit | 569cdeac4ec5760944de2dc95a883d8dfe1d2612 (patch) | |
tree | 52e98c7bd68d5e86c31e6a1f40d16dea87d35fad /read.c | |
parent | 48cabc8f9f2c23cc36a42e560f7a3720bee81018 (diff) | |
download | gunmake-569cdeac4ec5760944de2dc95a883d8dfe1d2612.tar.gz |
Formerly read.c.~31~
Diffstat (limited to 'read.c')
-rw-r--r-- | read.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |