From: Roland McGrath Date: Tue, 10 Jan 1995 11:28:12 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: 3.72.4~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43d5fbfc8893d9cf450ffc6c5f30836f241ed496;p=thirdparty%2Fmake.git Fix typo in comment. --- diff --git a/compatMakefile b/compatMakefile index 3a8c4f24..be057e55 100644 --- a/compatMakefile +++ b/compatMakefile @@ -144,7 +144,7 @@ srcs = $(srcdir)/commands.c $(srcdir)/job.c $(srcdir)/dir.c \ all: make info: make.info dvi: make.dvi -# Some makes apparently use .PHONY as the default goal is it is before `all'. +# Some makes apparently use .PHONY as the default goal if it is before `all'. .PHONY: all check info dvi make.info: make.texinfo