aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-06-18 09:12:47 -0400
committerTest_User <hax@andrewyu.org>2024-06-18 09:13:30 -0400
commit8961537d5fca28e56f0987c18a5b8cba1035f698 (patch)
tree7d6bf27b815c1a76f0828b7fdd071f049654c29f /Makefile
parent93125648dfe11ca576597f4eec3ed35bc1ff4c3a (diff)
downloadhaxircd-8961537d5fca28e56f0987c18a5b8cba1035f698.tar.gz
haxircd-8961537d5fca28e56f0987c18a5b8cba1035f698.zip
InspIRCd v3 FJOIN, improved tag trimming, improved makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0cbb73c..431b305 100644
--- a/Makefile
+++ b/Makefile
@@ -291,7 +291,7 @@ endif
-DEPS = $(shell $(CC) $(CFLAGS) -M -MT $(1).$(2) $(1).c | sed -z 's/\\\n //g') .makeopts Makefile
+DEPS = $(shell $(CC) $(CFLAGS) -M -MT $(1).$(2) $(1).c | sed 's_\\$$__') .makeopts Makefile
.PHONY: all clean