mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-30 19:24:07 +00:00
Formerly main.c.~62~
This commit is contained in:
parent
45649948db
commit
4125f8f08e
1 changed files with 26 additions and 28 deletions
2
main.c
2
main.c
|
@ -769,7 +769,6 @@ main (argc, argv, envp)
|
|||
{
|
||||
register struct file *f = d->file;
|
||||
if (f->double_colon)
|
||||
{
|
||||
do
|
||||
{
|
||||
if (f->deps == 0 && f->cmds != 0)
|
||||
|
@ -801,7 +800,6 @@ main (argc, argv, envp)
|
|||
f = f->prev;
|
||||
}
|
||||
while (f != NULL);
|
||||
}
|
||||
if (f == NULL || !f->double_colon)
|
||||
{
|
||||
if (makefile_mtimes == 0)
|
||||
|
|
Loading…
Reference in a new issue