diff options
author | roland <> | 1995-01-10 11:28:12 +0000 |
---|---|---|
committer | roland <> | 1995-01-10 11:28:12 +0000 |
commit | 07f5e168fc422d06f89d8493960abcfba7fcb9ed (patch) | |
tree | 83acfd20cc1b81d7dc047eba88c626e0f165d658 /compatMakefile | |
parent | f5115f21516c5b982fb868a7d5cd6f2d24228a67 (diff) | |
download | make-07f5e168fc422d06f89d8493960abcfba7fcb9ed.tar.gz |
Fix typo in comment.
Diffstat (limited to 'compatMakefile')
-rw-r--r-- | compatMakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |