mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-12 16:45:35 +00:00
* doc/make.texi (Goals): [SV 51306] Improve MAKECMDGOALS example
This commit is contained in:
parent
6faa02247e
commit
8f1b6bca46
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue