1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-07 02:54:19 -04:00

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
This commit is contained in:
Timo Sirainen 2001-03-11 02:33:00 +00:00 committed by cras
parent 93397f3fe0
commit ef1d2e3b43

View File

@ -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)