mirror of
https://github.com/mirror/make.git
synced 2026-08-09 01:20:56 +00:00
* doc/make.texi (Setting Variables): Fix typo (add comma).
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user