From 56ccbcff9a3895bfcfea45723caff1c8e104234d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 4 Jun 1992 03:52:53 +0000 Subject: Formerly file.c.~11~ --- file.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/file.c b/file.c index 0a5417b..367c9aa 100644 --- 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; } /* Print the data base of files. */ -- cgit v1.2.3