Formerly main.c.~62~

This commit is contained in:
Roland McGrath 1992-11-16 23:59:17 +00:00
parent 45649948db
commit 4125f8f08e

2
main.c
View file

@ -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)