diff --git a/Common.mk b/Common.mk index 501f582..fd775e7 100644 --- a/Common.mk +++ b/Common.mk @@ -57,8 +57,8 @@ else endif ifeq ($(UNAME_S),Darwin) CURRENT_OS = MAC - ifeq (, $(shell which ggrep)) - echo $(info Using macOS BSD grep, please install GNU grep to avoid warnings) + ifeq (, $(shell which gggrep)) + $(info Using macOS BSD grep, please install GNU grep to avoid warnings) GREP_CMD = grep else GREP_CMD = ggrep