* doc/make.texi (Using One Shell): Correct example to use $<.

This commit is contained in:
Paul Smith
2022-01-18 16:06:24 -05:00
parent 2b25eac587
commit aab51f7ef2

View File

@@ -4122,8 +4122,8 @@ example:
@example
.ONESHELL:
foo : bar/lose
cd $(@@D)
gobble $(@@F) > ../$@@
cd $(<D)
gobble $(<F) > ../$@@
@end example
@noindent