summaryrefslogtreecommitdiff
path: root/doc/make.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/make.texi')
-rw-r--r--doc/make.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/make.texi b/doc/make.texi
index 5aef5c8..e2b3dd6 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -969,10 +969,10 @@ length in later chapters.@refill
@cindex explicit rule, definition of
@item
An @dfn{explicit rule} says when and how to remake one or more files,
-called the rule's targets. It lists the other files that the targets
-depend on, call the @dfn{prerequisites} of the target, and may also give
-commands to use to create or update the targets. @xref{Rules, ,Writing
-Rules}.
+called the rule's @dfn{targets}. It lists the other files that the
+targets depend on, called the @dfn{prerequisites} of the target, and
+may also give commands to use to create or update the targets.
+@xref{Rules, ,Writing Rules}.
@cindex rule, implicit, definition of
@cindex implicit rule, definition of