summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-05-08 21:21:38 -0400
committerTest_User <hax@andrewyu.org>2024-05-08 21:21:38 -0400
commit0e9106480abb0247f8771c0394863640db4eebc0 (patch)
treec1185fabf1b26a1f920456aa4e9e4fb26604b04a /Makefile
parente0f850ea7e9dce87de21e15a91626dc6c0305917 (diff)
downloadcoupserv-master.tar.gz
coupserv-master.zip
well, nowHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0813dfa..5ff90c8 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 's_\\__g')
+DEPS = $(shell $(CC) $(INCLUDEFLAGS) -MM -MT $(1).o $(1).c | sed 's_\\$$__g')
ifeq ($(VERBOSE), 1)
CFLAGS += -DLOGALL=1