* doc/make.texi (Setting Variables): Fix typo (add comma).

This commit is contained in:
Paul Smith 2016-03-19 17:25:21 -04:00
parent b4682cb479
commit fc2ddebdae

View 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,