diff options
Diffstat (limited to 'make.texinfo')
-rw-r--r-- | make.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make.texinfo b/make.texinfo index 1a4b029..736f6b0 100644 --- a/make.texinfo +++ b/make.texinfo @@ -1980,8 +1980,8 @@ not in the directory found via directory search. This algorithm may seem complex, but in practice it is quite often exactly what you want. -@cindex traditional directory search -@cindex directory search, traditional +@cindex traditional directory search (GPATH) +@cindex directory search, traditional (GPATH) Other versions of @code{make} use a simpler algorithm: if the file does not exist, and it is found via directory search, then that pathname is always used whether or not the target needs to be built. Thus, if the |