# HG changeset patch # User Tomasz Wasilczyk # Date 1393252988 -3600 # Node ID ba59da68fb79833301bfb1dd8b532bad2f18ad57 # Parent ced9b5336f86b11189774d7b3f849a4d1cf4e871 Fix another perl cleanup failure diff -r ced9b5336f86 -r ba59da68fb79 libpurple/plugins/perl/Makefile.am --- a/libpurple/plugins/perl/Makefile.am Mon Feb 24 15:16:21 2014 +0100 +++ b/libpurple/plugins/perl/Makefile.am Mon Feb 24 15:43:08 2014 +0100 @@ -137,7 +137,7 @@ $(MAKE) clean; \ cd ..; \ done - cd common ; rm -rf *.c *.o pm_to_blib Purple.bs blib/*/.exists blib/*/auto/Purple blib/*/Purple.*pm ; cd .. + cd common ; rm -rf *.c *.o pm_to_blib Purple.bs MYMETA.* blib/*/.exists blib/*/auto/Purple blib/*/Purple.*pm ; cd .. rm -f *.so distclean-generic: diff -r ced9b5336f86 -r ba59da68fb79 pidgin/plugins/perl/Makefile.am --- a/pidgin/plugins/perl/Makefile.am Mon Feb 24 15:16:21 2014 +0100 +++ b/pidgin/plugins/perl/Makefile.am Mon Feb 24 15:43:08 2014 +0100 @@ -82,7 +82,7 @@ $(MAKE) clean; \ cd ..; \ done - cd common ; rm -rf *.c *.o pm_to_blib Pidgin.bs blib/*/.exists blib/*/auto/Pidgin blib/*/Pidgin.*pm ; cd .. + cd common ; rm -rf *.c *.o pm_to_blib Pidgin.bs MYMETA.* blib/*/.exists blib/*/auto/Pidgin blib/*/Pidgin.*pm ; cd .. rm -f *.so distclean-generic: