From: Paul Smith Date: Sat, 12 Oct 2024 20:15:28 +0000 (-0400) Subject: * doc/make.texi: [SV 66324] Fix a typo X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=186522e480c42df9be4f4f7f4b12ee33b656782c;p=thirdparty%2Fmake.git * doc/make.texi: [SV 66324] Fix a typo --- diff --git a/doc/make.texi b/doc/make.texi index 4b9bf985..34a257f2 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -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,