summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-06-04 03:52:53 +0000
committerRoland McGrath <roland@redhat.com>1992-06-04 03:52:53 +0000
commit56ccbcff9a3895bfcfea45723caff1c8e104234d (patch)
tree496fd2b60e1e83b655c7137e97df621aa4286673 /file.c
parent72b7cf376b5553d4f94511c7386f728831e33aa8 (diff)
downloadgunmake-56ccbcff9a3895bfcfea45723caff1c8e104234d.tar.gz
Formerly file.c.~11~
Diffstat (limited to 'file.c')
-rw-r--r--file.c4
1 files changed, 4 insertions, 0 deletions
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. */