summaryrefslogtreecommitdiff
path: root/support/make/grep.mk
diff options
context:
space:
mode:
Diffstat (limited to 'support/make/grep.mk')
-rw-r--r--support/make/grep.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/make/grep.mk b/support/make/grep.mk
index 37149fe224..d8c9c66498 100644
--- a/support/make/grep.mk
+++ b/support/make/grep.mk
@@ -44,7 +44,7 @@ grep :
"$(MAKE) $@ [FLAGS=<flags>] REGEX=<regex> [FILES=<files>]";\
exit 1; \
fi
- @$(GREP_BINARY) $(GREP_FLAGS) '$(GREP_REGEX)' $(GREP_FILES)
+ @$(GREP_BINARY) $(GREP_FLAGS) '$(GREP_REGEX)' $(GREP_FILES:%='%')
.PHONY : grep