mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-25 05:29:46 +00:00
* doc/make.texi (Recipe Execution): Correct example to use $(<[DF])
This commit is contained in:
parent
c0cb9c8b3d
commit
ebe1d37104
1 changed files with 1 additions and 1 deletions
|
@ -3980,7 +3980,7 @@ the statements in sequence. For example:
|
|||
|
||||
@example
|
||||
foo : bar/lose
|
||||
cd $(@@D) && gobble $(@@F) > ../$@@
|
||||
cd $(<D) && gobble $(<F) > ../$@@
|
||||
@end example
|
||||
|
||||
@noindent
|
||||
|
|
Loading…
Reference in a new issue