From e0f850ea7e9dce87de21e15a91626dc6c0305917 Mon Sep 17 00:00:00 2001 From: Test_User Date: Wed, 8 May 2024 21:17:04 -0400 Subject: bsd sed support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78c0641..0813dfa 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ $(shell printf '%s%s\n' 'LAST_SAFE_STACK = ' $(SAFE_STACK) >> .makeopts) $(shell $(RM) haxserv *.o) endif -DEPS = $(shell $(CC) $(INCLUDEFLAGS) -MM -MT $(1).o $(1).c | sed -z 's/\\\n //g') +DEPS = $(shell $(CC) $(INCLUDEFLAGS) -MM -MT $(1).o $(1).c | sed 's_\\__g') ifeq ($(VERBOSE), 1) CFLAGS += -DLOGALL=1 -- cgit v1.2.3