mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-29 08:09:02 +00:00
Formerly remake.c.~51~
This commit is contained in:
parent
3aeb946943
commit
8cb881fa9e
1 changed files with 1 additions and 1 deletions
2
remake.c
2
remake.c
|
@ -521,7 +521,7 @@ update_file_1 (file, depth)
|
|||
must_make = 1;
|
||||
DEBUGPR ("Target `%s' is double-colon and has no dependencies.\n");
|
||||
}
|
||||
else if (file->is_target && !deps_changed && file->cmds == 0)
|
||||
else if (!noexist && file->is_target && !deps_changed && file->cmds == 0)
|
||||
{
|
||||
must_make = 0;
|
||||
DEBUGPR ("No commands for `%s' and no dependencies actually changed.\n");
|
||||
|
|
Loading…
Reference in a new issue