From: Roland McGrath Date: Wed, 19 May 1993 21:15:51 +0000 (+0000) Subject: Formerly read.c.~59~ X-Git-Tag: 3.70.2~276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bcabeb1343cb48bba6fc8cd70454fec91549add;p=thirdparty%2Fmake.git Formerly read.c.~59~ --- diff --git a/read.c b/read.c index 2eb3d914..6f0c2d45 100644 --- a/read.c +++ b/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;