mirror of
https://github.com/mirror/make.git
synced 2026-08-08 17:10:58 +00:00
* doc/make.texi (Recipe Execution): Correct example to use $(<[DF])
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user