mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-24 12:58:40 +00:00
Formerly file.c.~11~
This commit is contained in:
parent
72b7cf376b
commit
56ccbcff9a
1 changed files with 4 additions and 0 deletions
4
file.c
4
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. */
|
||||
|
|
Loading…
Reference in a new issue