]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* doc/make.texi (Setting Variables): Fix typo (add comma).
authorPaul Smith <psmith@gnu.org>
Sat, 19 Mar 2016 21:25:21 +0000 (17:25 -0400)
committerPaul Smith <psmith@gnu.org>
Sun, 20 Mar 2016 18:23:46 +0000 (14:23 -0400)
doc/make.texi

index bcfe6a34286c79e29ba3ade2dca455e21e3335f3..afce1c547e31b0f77cc356b2606f825d90118fc2 100644 (file)
@@ -5614,7 +5614,7 @@ Several variables have constant initial values.
 @cindex !=
 
 To set a variable from the makefile, write a line starting with the
-variable name followed by @samp{=} @samp{:=}, or @samp{::=}.  Whatever
+variable name followed by @samp{=}, @samp{:=}, or @samp{::=}.  Whatever
 follows the @samp{=}, @samp{:=}, or @samp{::=} on the line becomes the
 value.  For example,