diff options
author | Roland McGrath <roland@redhat.com> | 1992-12-22 22:31:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-12-22 22:31:13 +0000 |
commit | 38f78c7be197b52f931673002d14451a630b19ab (patch) | |
tree | 542ae52507dfa93db02f7aad39cfbdf36b17d249 | |
parent | fd5c585cab2c465e77ea33e5c9d348246926bbff (diff) | |
download | gunmake-38f78c7be197b52f931673002d14451a630b19ab.tar.gz |
Formerly file.c.~21~
-rw-r--r-- | file.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |