aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-09-04 10:55:52 -0400
committerTest_User <hax@andrewyu.org>2024-09-04 10:55:52 -0400
commitdd52e3a0dd88a42f900ae7e81eccbf6fd1fe48c1 (patch)
tree9908a06ea498eca6704334e0355e1978f72528eb
parentf7c6e54e2fdfab4ca2e7886a865060b2222833f8 (diff)
downloadhaxircd-dd52e3a0dd88a42f900ae7e81eccbf6fd1fe48c1.tar.gz
haxircd-dd52e3a0dd88a42f900ae7e81eccbf6fd1fe48c1.zip
Remove duplicated protocols.c dependency resolution
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ab8bf95..aae7fae 100644
--- a/Makefile
+++ b/Makefile
@@ -506,8 +506,6 @@ $(call DEPS,main,o)
$(call DEPS,mutex,o)
-$(call DEPS,protocols,o)
-
ifeq ($(USE_PLAINTEXT),1)
$(call DEPS,networks/plaintext,o)
endif