mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-26 23:04:42 +00:00
Formerly implicit.c.~13~
This commit is contained in:
parent
9766fe1775
commit
00dc97cb8a
1 changed files with 4 additions and 1 deletions
|
@ -408,10 +408,13 @@ pattern_search (file, archive, depth, recursions)
|
|||
p = savestring (p, strlen (p));
|
||||
intermediate_patterns[deps_found]
|
||||
= intermediate_file->name;
|
||||
found_files[deps_found] = p;
|
||||
intermediate_file->name = p;
|
||||
intermediate_files[deps_found] = intermediate_file;
|
||||
intermediate_file = 0;
|
||||
/* Allocate an extra copy to go in FOUND_FILES,
|
||||
because every elt of FOUND_FILES is consumed
|
||||
or freed later. */
|
||||
found_files[deps_found] = savestring (p, strlen (p));
|
||||
++deps_found;
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue