diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-04 03:52:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-04 03:52:53 +0000 |
commit | 56ccbcff9a3895bfcfea45723caff1c8e104234d (patch) | |
tree | 496fd2b60e1e83b655c7137e97df621aa4286673 | |
parent | 72b7cf376b5553d4f94511c7386f728831e33aa8 (diff) | |
download | gunmake-56ccbcff9a3895bfcfea45723caff1c8e104234d.tar.gz |
Formerly file.c.~11~
-rw-r--r-- | file.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. */ |