mirror of
https://github.com/mirror/make.git
synced 2026-09-04 05:32:57 +08:00
Build fixes due to changes in the FSF web site.
Add new language support. Minor configure, etc. cleanups.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user