From: Paul Smith Date: Sun, 8 Sep 2019 00:08:43 +0000 (-0400) Subject: * doc/make.texi (Recipe Execution): Correct example to use $(<[DF]) X-Git-Tag: 4.2.91~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebe1d371040d4962c0c4add280f70878b3255118;p=thirdparty%2Fmake.git * doc/make.texi (Recipe Execution): Correct example to use $(<[DF]) --- diff --git a/doc/make.texi b/doc/make.texi index cb0fc06e..96622678 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -3980,7 +3980,7 @@ the statements in sequence. For example: @example foo : bar/lose - cd $(@@D) && gobble $(@@F) > ../$@@ + cd $( ../$@@ @end example @noindent