]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly read.c.~31~
authorRoland McGrath <roland@redhat.com>
Thu, 7 May 1992 02:02:33 +0000 (02:02 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 7 May 1992 02:02:33 +0000 (02:02 +0000)
read.c

diff --git a/read.c b/read.c
index eb35100295a8ea3aa678ee8b8e6aa873542ecd13..bc0283bbc7055fcb82557447046806062a7c6bc3 100644 (file)
--- 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;