drop -E flag in sed

This commit is contained in:
Harmen Stoppels
2022-08-19 12:00:32 +02:00
parent 155d6a58a2
commit ae5f273a92
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -124,7 +124,6 @@ ifeq ($HAVE_COLORNEVER, 1)
GREP_OPTIONS += --color=never
endif
GREP = grep $(GREP_OPTIONS)
SED_ERE_OPT ?= -E
ZSTD_COMMON_FILES := $(sort $(wildcard $(LIBZSTD)/common/*.c))
ZSTD_COMPRESS_FILES := $(sort $(wildcard $(LIBZSTD)/compress/*.c))