From: Paul Smith Date: Sun, 28 Feb 2016 17:41:41 +0000 (-0500) Subject: * doc/make.texi: [SV 47163] Fix typo in 'ifdef' documentation. X-Git-Tag: 4.1.90~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4db6d0c694fba2463521caf9e46567f17b42ff5f;p=thirdparty%2Fmake.git * doc/make.texi: [SV 47163] Fix typo in 'ifdef' documentation. --- diff --git a/doc/make.texi b/doc/make.texi index e8921713..60d79acb 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -6636,12 +6636,12 @@ effective; otherwise, the @var{text-if-false}, if any, is effective. @item ifdef @var{variable-name} The @code{ifdef} form takes the @emph{name} of a variable as its -argument, not a reference to a variable. The value of that variable -has a non-empty value, the @var{text-if-true} is effective; otherwise, -the @var{text-if-false}, if any, is effective. Variables that have -never been defined have an empty value. The text @var{variable-name} -is expanded, so it could be a variable or function that expands -to the name of a variable. For example: +argument, not a reference to a variable. If the value of that +variable has a non-empty value, the @var{text-if-true} is effective; +otherwise, the @var{text-if-false}, if any, is effective. Variables +that have never been defined have an empty value. The text +@var{variable-name} is expanded, so it could be a variable or function +that expands to the name of a variable. For example: @example bar = true