summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-12-22 22:31:13 +0000
committerRoland McGrath <roland@redhat.com>1992-12-22 22:31:13 +0000
commit38f78c7be197b52f931673002d14451a630b19ab (patch)
tree542ae52507dfa93db02f7aad39cfbdf36b17d249 /file.c
parentfd5c585cab2c465e77ea33e5c9d348246926bbff (diff)
downloadgunmake-38f78c7be197b52f931673002d14451a630b19ab.tar.gz
Formerly file.c.~21~
Diffstat (limited to 'file.c')
-rw-r--r--file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/file.c b/file.c
index a934013..9f1fb6d 100644
--- a/file.c
+++ b/file.c
@@ -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);