mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Formerly make.texinfo.~17~
This commit is contained in:
parent
bc8dd5d3f0
commit
9573cef0a8
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue