From b8a8af655035ce06ca2b3e94ca763e6a89fa85a8 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 2 Apr 2016 17:18:14 -0400 Subject: [PATCH] * make.texi: Confirm that CURDIR contains an absolute path. --- doc/make.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/make.texi b/doc/make.texi index 57b355c3..b4ce44ae 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -12332,9 +12332,9 @@ variable has no effect on the operation of @code{make}.@* @item CURDIR -Set to the pathname of the current working directory (after all -@code{-C} options are processed, if any). Setting this variable has no -effect on the operation of @code{make}.@* +Set to the absolute pathname of the current working directory (after +all @code{-C} options are processed, if any). Setting this variable +has no effect on the operation of @code{make}.@* @xref{Recursion, ,Recursive Use of @code{make}}. @item SUFFIXES