commit b60507ee6753bf11be13aee78316315edf433587 from: Omar Polo date: Sun Sep 01 08:21:22 2024 UTC typo; wilcard -> wildcard commit - 2815e3a0bd30fa577f03de5af1a60086ee286e4a commit + b60507ee6753bf11be13aee78316315edf433587 blob - e23ce1c759123217f7125a68726476683658ac65 blob + c82adb1baf33ee705d436486a504b1852db9fc9f --- Makefile.am +++ Makefile.am @@ -101,7 +101,7 @@ EXTS= .c .y SPATCH_FILES = $(foreach ext,$(EXTS),$(filter %$(ext), \ $(filter-out $(EXCLUDE_FROM_COCCI), \ $(telescope_SOURCES), $(telescope_identity_SOURCES), \ - $(wilcard test/*.c)))) + $(wildcard test/*.c)))) .PHONY: cocci cocci: spatch --sp-file ./contrib/coccinelle/wrap.cocci \