]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* doc/make.texi: [SV 66324] Fix a typo
authorPaul Smith <psmith@gnu.org>
Sat, 12 Oct 2024 20:15:28 +0000 (16:15 -0400)
committerPaul Smith <psmith@gnu.org>
Mon, 9 Dec 2024 04:30:00 +0000 (23:30 -0500)
doc/make.texi

index 4b9bf985058c5f984738502b7cffd93c3d9e5500..34a257f2060f17d2a5f7b23cd8cc3eb3d87dbe83 100644 (file)
@@ -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,