mirror of
https://github.com/mirror/make.git
synced 2025-03-02 22:00:40 +08:00
Formerly make.texinfo.~17~
This commit is contained in:
parent
bc8dd5d3f0
commit
9573cef0a8
@ -1572,8 +1572,8 @@ foo.o : foo.c defs.h hack.h
|
||||
|
||||
@noindent
|
||||
@c !!! following paragraph rewritten to avoid overfull hbox
|
||||
In this example, the value of @samp{$^} would be something such as
|
||||
@samp{src/foo.c ../headers/defs.h hack.h}; use
|
||||
In this example, the value of @samp{$^} would be a value such as
|
||||
@samp{src/foo.c ../headers/defs.h hack.h}; you would use
|
||||
@samp{$(firstword $^)} to extract just @samp{src/foo.c}.@refill
|
||||
|
||||
@node Implicit/Search, Libraries/Search, Commands/Search, Directory Search
|
||||
|
Loading…
Reference in New Issue
Block a user