From: Roland McGrath Date: Wed, 12 Feb 1992 17:07:34 +0000 (+0000) Subject: Formerly make.texinfo.~13~ X-Git-Tag: 3.70.2~848 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0642eea2ab60f8293a359f4c77663fa6f5efe4ac;p=thirdparty%2Fmake.git Formerly make.texinfo.~13~ --- diff --git a/make.texinfo b/make.texinfo index 37a8d246..81d3254b 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,