diff options
author | Roland McGrath <roland@redhat.com> | 1992-02-12 17:07:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-02-12 17:07:34 +0000 |
commit | 0642eea2ab60f8293a359f4c77663fa6f5efe4ac (patch) | |
tree | b21fcd833cc2950ffef1ba6b7bf66f7efb314eb8 | |
parent | 6858598beed7957eafd25da56d4766002934b644 (diff) | |
download | gunmake-0642eea2ab60f8293a359f4c77663fa6f5efe4ac.tar.gz |
Formerly make.texinfo.~13~
-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, |