X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/d5a432fa0092f39dbb517b5665f35dc87e5a88f7..448a723f816cb7796c22bba19c156b30226bd119:/modules/Makefile.in diff --git a/modules/Makefile.in b/modules/Makefile.in index 22e54e6..f1807cf 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -203,7 +203,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