From aab51f7ef20a20780eaa0a4bbd56636a0bd0e32d Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 18 Jan 2022 16:06:24 -0500 Subject: [PATCH] * doc/make.texi (Using One Shell): Correct example to use $<. --- doc/make.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/make.texi b/doc/make.texi index 896ca0cd..14476515 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -4122,8 +4122,8 @@ example: @example .ONESHELL: foo : bar/lose - cd $(@@D) - gobble $(@@F) > ../$@@ + cd $( ../$@@ @end example @noindent -- 2.47.3