* doc/make.texi: [SV 64924] Add missing parenthesis

This commit is contained in:
Paul Smith 2023-11-26 23:21:55 -05:00
parent 7fa40eb4fc
commit b1e240c554

View File

@ -8957,7 +8957,7 @@ again:
@group
sources = foo.c bar.c
ifeq (,$(filter clean,$(MAKECMDGOALS))
ifeq (,$(filter clean,$(MAKECMDGOALS)))
include $(sources:.c=.d)
endif
@end group