From 0642eea2ab60f8293a359f4c77663fa6f5efe4ac Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 12 Feb 1992 17:07:34 +0000 Subject: Formerly make.texinfo.~13~ --- make.texinfo | 7 ++++--- 1 file 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, -- cgit v1.2.3