summaryrefslogtreecommitdiff
path: root/make.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'make.texinfo')
-rw-r--r--make.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.texinfo b/make.texinfo
index 98a6985..1a4b029 100644
--- a/make.texinfo
+++ b/make.texinfo
@@ -2223,7 +2223,7 @@ SUBDIRS = foo bar baz
subdirs: $(SUBDIRS)
$(SUBDIRS):
- $(MAKE) -C $@
+ $(MAKE) -C $@@
foo: baz
@end group