summaryrefslogtreecommitdiff
path: root/make.texinfo
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-02-12 17:07:34 +0000
committerRoland McGrath <roland@redhat.com>1992-02-12 17:07:34 +0000
commit0642eea2ab60f8293a359f4c77663fa6f5efe4ac (patch)
treeb21fcd833cc2950ffef1ba6b7bf66f7efb314eb8 /make.texinfo
parent6858598beed7957eafd25da56d4766002934b644 (diff)
downloadgunmake-0642eea2ab60f8293a359f4c77663fa6f5efe4ac.tar.gz
Formerly make.texinfo.~13~
Diffstat (limited to 'make.texinfo')
-rw-r--r--make.texinfo7
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,