Formerly file.c.~11~
authorRoland McGrath <roland@redhat.com>
Thu, 4 Jun 1992 03:52:53 +0000 (03:52 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 4 Jun 1992 03:52:53 +0000 (03:52 +0000)
file.c

diff --git a/file.c b/file.c
index 0a5417b..367c9aa 100644 (file)
--- a/file.c
+++ b/file.c
@@ -353,6 +353,10 @@ snap_deps ()
          f2->phony = 1;
          f2->last_mtime = (time_t) -1;
        }
+
+  f = lookup_file (".EXPORT_ALL_VARIABLES");
+  if (f != 0 && f->is_target)
+    export_all_variables = 1;
 }
 \f
 /* Print the data base of files.  */