mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 05:57:17 +00:00
Formerly read.c.~59~
This commit is contained in:
parent
e90a315ebe
commit
0bcabeb134
1 changed files with 1 additions and 1 deletions
2
read.c
2
read.c
|
@ -154,7 +154,7 @@ read_all_makefiles (makefiles)
|
|||
while (d->next != tail)
|
||||
d = d->next;
|
||||
|
||||
/* Use the storage read_filename allocates. */
|
||||
/* Use the storage read_makefile allocates. */
|
||||
free (*makefiles);
|
||||
*makefiles = dep_name (d);
|
||||
++num_makefiles;
|
||||
|
|
Loading…
Reference in a new issue