mirror of
https://github.com/mirror/make.git
synced 2025-04-24 12:00:35 +08:00
Formerly make.texinfo.~13~
This commit is contained in:
parent
6858598bee
commit
0642eea2ab
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user