summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/make.texi4
1 files 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 $(<D)
+ gobble $(<F) > ../$@@
@end example
@noindent