mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-25 05:29:46 +00:00
* doc/make.texi: [SV 66324] Fix a typo
This commit is contained in:
parent
aa8626ce09
commit
186522e480
1 changed files with 1 additions and 1 deletions
|
@ -6773,7 +6773,7 @@ Multiple @var{target} values create a target-specific variable value for
|
|||
each member of the target list individually.
|
||||
|
||||
The @var{variable-assignment} can be any valid form of assignment; recursive
|
||||
(@samp{=}), simple (@samp{:=} or @samp{::=}), immediate (@samp{::=}), shell
|
||||
(@samp{=}), simple (@samp{:=} or @samp{::=}), immediate (@samp{:::=}), shell
|
||||
(@samp{!=}), or appending (@samp{+=}), and may be preceded by a conditional
|
||||
modifier (@samp{?}). The variable that appears within the
|
||||
@var{variable-assignment} is evaluated within the context of the target: thus,
|
||||
|
|
Loading…
Reference in a new issue