mirror of
https://github.com/mirror/make.git
synced 2026-08-19 08:23:28 +08:00
* doc/make.texi: [SV 64924] Add missing parenthesis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user