diff options
-rw-r--r-- | make.texinfo | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/make.texinfo b/make.texinfo index 37a8d24..81d3254 100644 --- a/make.texinfo +++ b/make.texinfo @@ -1577,9 +1577,10 @@ file, and the @emph{file name} of the library looks like @file{lib@var{name}.a}, not like @samp{-l@var{name}}.)@refill When a dependency's name has the form @samp{-l@var{name}}, @code{make} -handles it specially by searching for the file @samp{lib@var{name}.a} in -the directories @samp{/lib} and @samp{/usr/lib}, and then using matching -@code{vpath} search paths and the @code{VPATH} search path.@refill +handles it specially by searching for the file @file{lib@var{name}.a} in +the directories @file{/lib}, @file{/usr/lib}, and @file{/usr/local/lib}, +and then using matching @code{vpath} search paths and the @code{VPATH} +search path.@refill For example, |