]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly make.texinfo.~13~
authorRoland McGrath <roland@redhat.com>
Wed, 12 Feb 1992 17:07:34 +0000 (17:07 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 12 Feb 1992 17:07:34 +0000 (17:07 +0000)
make.texinfo

index 37a8d246bc0dd2b0685c2a327e2bdba3d4480ff7..81d3254b9753710febe50c35ee1de0183e635424 100644 (file)
@@ -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,