summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9cb3187b..b8076086 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ WINE := wine
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Darwin)
GREP := grep -E
-SED := perl -p -e
+SED := gsed -r
else
GREP := grep -P
SED := sed -r