* doc/make.texi (Recipe Execution): Correct example to use $(<[DF])

This commit is contained in:
Paul Smith 2019-09-07 20:08:43 -04:00
parent c0cb9c8b3d
commit ebe1d37104

View file

@ -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