diff options
author | Timo Sirainen <cras@irssi.org> | 2001-03-11 02:33:00 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-03-11 02:33:00 +0000 |
commit | ef1d2e3b4348c8930b90f16ff118f31a21e94fe3 (patch) | |
tree | f44b43efd10b027c12a7116f2171f721da129f63 /src | |
parent | 93397f3fe04f6278bbfc98b1de1ca483b23d15f5 (diff) | |
download | irssi-ef1d2e3b4348c8930b90f16ff118f31a21e94fe3.zip |
make distclean works now properly for common/ and irc/ directories (by tko)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1378 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r-- | src/perl/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/perl/Makefile.am b/src/perl/Makefile.am index 305dd4ef..a79573f2 100644 --- a/src/perl/Makefile.am +++ b/src/perl/Makefile.am @@ -107,4 +107,8 @@ install-exec-local: clean-generic: rm -f common/Irssi.c irc/Irc.c +distclean: distclean-am + -(cd common && $(MAKE) realclean && rm -f Makefile.PL) + -(cd irc && $(MAKE) realclean && rm -f Makefile.PL) + libperl_core_la_LIBADD = $(PERL_LDFLAGS) |