summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2016-04-02 17:18:14 -0400
committerPaul Smith <psmith@gnu.org>2016-04-04 01:36:08 -0400
commitb8a8af655035ce06ca2b3e94ca763e6a89fa85a8 (patch)
tree9a49a1aaf71cfdfea8511b6fa67be00f6e93b257 /doc
parent360b76af842d47927ad4f28289e43602bf18b62a (diff)
downloadmake-git-b8a8af655035ce06ca2b3e94ca763e6a89fa85a8.tar.gz
* make.texi: Confirm that CURDIR contains an absolute path.
Diffstat (limited to 'doc')
-rw-r--r--doc/make.texi6
1 files 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