mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-31 03:25:08 +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;
|
register struct file *f = d->file;
|
||||||
if (f->double_colon)
|
if (f->double_colon)
|
||||||
{
|
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
if (f->deps == 0 && f->cmds != 0)
|
if (f->deps == 0 && f->cmds != 0)
|
||||||
|
@ -801,7 +800,6 @@ main (argc, argv, envp)
|
||||||
f = f->prev;
|
f = f->prev;
|
||||||
}
|
}
|
||||||
while (f != NULL);
|
while (f != NULL);
|
||||||
}
|
|
||||||
if (f == NULL || !f->double_colon)
|
if (f == NULL || !f->double_colon)
|
||||||
{
|
{
|
||||||
if (makefile_mtimes == 0)
|
if (makefile_mtimes == 0)
|
||||||
|
|
Loading…
Reference in a new issue