aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-05-08 21:17:04 -0400
committerTest_User <hax@andrewyu.org>2024-05-08 21:17:04 -0400
commite0f850ea7e9dce87de21e15a91626dc6c0305917 (patch)
tree3e9e40cb184a9a043e4a49145a45a1a1cfa89815
parent5bc51277e0a6884549172b0877c21beaebc2d8f6 (diff)
downloadcoupserv-e0f850ea7e9dce87de21e15a91626dc6c0305917.tar.gz
coupserv-e0f850ea7e9dce87de21e15a91626dc6c0305917.zip
bsd sed support
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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