mirror of
https://github.com/mirror/make.git
synced 2025-03-13 19:30:41 +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
|
@group
|
||||||
sources = foo.c bar.c
|
sources = foo.c bar.c
|
||||||
|
|
||||||
ifeq (,$(filter clean,$(MAKECMDGOALS))
|
ifeq (,$(filter clean,$(MAKECMDGOALS)))
|
||||||
include $(sources:.c=.d)
|
include $(sources:.c=.d)
|
||||||
endif
|
endif
|
||||||
@end group
|
@end group
|
||||||
|
Loading…
Reference in New Issue
Block a user