From 186522e480c42df9be4f4f7f4b12ee33b656782c Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 12 Oct 2024 16:15:28 -0400 Subject: [PATCH] * doc/make.texi: [SV 66324] Fix a typo --- doc/make.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.3