X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/29c8637abbfafd8a85a20fe1c3b37a0ffaae9d84..dacfb79db65997e8c3c0c668d60ab21d3a8bdfb7:/modules/Makefile.in diff --git a/modules/Makefile.in b/modules/Makefile.in index 73421d8..dd96664 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -55,6 +55,7 @@ TSRCS = \ m_away.c \ m_cap.c \ m_capab.c \ + m_certfp.c \ m_challenge.c \ m_chghost.c \ m_close.c \ @@ -63,7 +64,6 @@ TSRCS = \ m_dline.c \ m_encap.c \ m_etrace.c \ - m_gline.c \ m_help.c \ m_info.c \ m_invite.c \ @@ -204,7 +204,7 @@ depend: @$(RM) -f .depend ${MKDEP} ${CPPFLAGS} ${ALL_SRCS} > .depend @$(SED) -e '${SEDOBJ}' < .depend > .depend.tmp-1 - @$(SED) -e 's/^m_\(die\|kick\|kill\|message\|mode\|nick\|part\|quit\|server\|sjoin\|squit\)/core\/m_\1/' .depend.tmp-1 > .depend.tmp + @$(SED) -e 's#^m_die\.#core/&#' -e 's#^m_error\.#core/&#' -e 's#^m_join\.#core/&#' -e 's#^m_kick\.#core/&#' -e 's#^m_kill\.#core/&#' -e 's#^m_message\.#core/&#' -e 's#^m_mode\.#core/&#' -e 's#^m_nick\.#core/&#' -e 's#^m_part\.#core/&#' -e 's#^m_quit\.#core/&#' -e 's#^m_server\.#core/&#' -e 's#^m_squit\.#core/&#' .depend.tmp-1 > .depend.tmp @$(MV) -f .depend.tmp .depend @$(RM) -f .depend.tmp-1