From: Paul Smith Date: Tue, 18 Jan 2022 21:06:24 +0000 (-0500) Subject: * doc/make.texi (Using One Shell): Correct example to use $<. X-Git-Tag: 4.3.90~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aab51f7ef20a20780eaa0a4bbd56636a0bd0e32d;p=thirdparty%2Fmake.git * doc/make.texi (Using One Shell): Correct example to use $<. --- 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