Signed-off-by: Michael Witten <mfwit...@gmail.com> --- doc/make.texi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/make.texi b/doc/make.texi index 091e098..9ab0ae2 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -5219,7 +5219,7 @@ Here, the innermost @samp{$(x)} expands to @samp{y}, so @samp{$($(x))} expands to @samp{$(y)}, which in turn expands to @samp{z}; now we have @samp{$(z)}, which becomes @samp{u}. -References to recursively-expanded variables within a variable name are +Within a variable name, references to recursively-expanded variables are reexpanded in the usual fashion. For example: @example -- 1.7.4.18.g68fe8 _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make