mirror of
https://github.com/mirror/make.git
synced 2025-03-13 11:20:38 +08:00
* doc/make.texi: [SV 64924] Add missing parenthesis
This commit is contained in:
parent
7fa40eb4fc
commit
b1e240c554
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user