Formerly read.c.~59~

This commit is contained in:
Roland McGrath 1993-05-19 21:15:51 +00:00
parent e90a315ebe
commit 0bcabeb134

2
read.c
View file

@ -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;