Formerly file.c.~21~

This commit is contained in:
Roland McGrath
1992-12-22 22:31:13 +00:00
parent fd5c585cab
commit 38f78c7be1

1
file.c
View File

@@ -271,7 +271,6 @@ in favor of those for `%s'.",
while (d->next != 0)
d = d->next;
d->next = file->deps;
uniquize_deps (oldfile->deps);
}
merge_variable_set_lists (&oldfile->variables, file->variables);