summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/make.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/make.texi b/doc/make.texi
index 430ae11f..b9e232f9 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -8804,7 +8804,7 @@ again:@refill
@group
sources = foo.c bar.c
-ifneq ($(MAKECMDGOALS),clean)
+ifeq (,$(filter clean,$(MAKECMDGOALS))
include $(sources:.c=.d)
endif
@end group