* doc/make.texi (Goals): [SV 51306] Improve MAKECMDGOALS example

This commit is contained in:
Paul Smith 2022-08-07 17:29:49 -04:00
parent 6faa02247e
commit 8f1b6bca46

View file

@ -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