mirror of
https://github.com/mirror/make.git
synced 2025-01-01 07:50:52 +08:00
Formerly read.c.~59~
This commit is contained in:
parent
e90a315ebe
commit
0bcabeb134
2
read.c
2
read.c
@ -154,7 +154,7 @@ read_all_makefiles (makefiles)
|
|||||||
while (d->next != tail)
|
while (d->next != tail)
|
||||||
d = d->next;
|
d = d->next;
|
||||||
|
|
||||||
/* Use the storage read_filename allocates. */
|
/* Use the storage read_makefile allocates. */
|
||||||
free (*makefiles);
|
free (*makefiles);
|
||||||
*makefiles = dep_name (d);
|
*makefiles = dep_name (d);
|
||||||
++num_makefiles;
|
++num_makefiles;
|
||||||
|
Loading…
Reference in New Issue
Block a user