mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05: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:
parent
93397f3fe0
commit
ef1d2e3b43
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user