diff options
author | Timo Sirainen <cras@irssi.org> | 2002-03-13 03:02:55 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-03-13 03:02:55 +0000 |
commit | 649253e180206befcdecfc672c90e0fbeffa0da7 (patch) | |
tree | 5da0637cbd25705100ee2d726fd56c23db33b82a /src/fe-common | |
parent | 4770c1c4eebf1d792301671540746ce4212d9179 (diff) | |
download | irssi-649253e180206befcdecfc672c90e0fbeffa0da7.zip |
ARGH! I hate this new behaviour of CVS not asking if I want to abort
the message - have to RTFM to see if I can get old behaviour back :)
So, this+previous commit: "make distclean" should remove irc.c and
irc-modules.c since they're generated by configure.
!user part is optional in IRC prefix, so nick@server is now handled
correctly.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2598 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common')
-rw-r--r-- | src/fe-common/irc/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fe-common/irc/Makefile.am b/src/fe-common/irc/Makefile.am index 83f06dbd..4fbf5018 100644 --- a/src/fe-common/irc/Makefile.am +++ b/src/fe-common/irc/Makefile.am @@ -31,3 +31,6 @@ libfe_common_irc_a_SOURCES = \ noinst_HEADERS = \ module.h \ module-formats.h + +distclean-generic: + rm -f irc-modules.c |