From: Paul Smith Date: Sat, 19 Mar 2016 21:25:21 +0000 (-0400) Subject: * doc/make.texi (Setting Variables): Fix typo (add comma). X-Git-Tag: 4.1.90~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc2ddebdae087dbdd4b0db7654696e1a0e53ebc3;p=thirdparty%2Fmake.git * doc/make.texi (Setting Variables): Fix typo (add comma). --- diff --git a/doc/make.texi b/doc/make.texi index bcfe6a34..afce1c54 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -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,