--- a/pidgin/plugins/perl/Makefile.am Tue Sep 03 13:51:59 2013 +0200 +++ b/pidgin/plugins/perl/Makefile.am Tue Sep 03 14:25:57 2013 +0200 @@ -37,15 +37,14 @@ $(common_sources) common/Makefile: common/Makefile.PL - @echo -e " GEN\t$@" - @if test "x${top_srcdir}" != "x${top_builddir}"; then \ + $(AM_V_GEN)if test "x${top_srcdir}" != "x${top_builddir}"; then \ for f in ${common_sources}; do \ srcloc=${srcdir}; \ case $$srcloc in /*) ;; *) srcloc=../${srcdir} ;; esac; \ ${LN_S} -f $$srcloc/$$f $$f; \ done; \ fi - @cd common && $(perlpath) Makefile.PL > /dev/null + $(AM_V_at)cd common && $(perlpath) Makefile.PL > /dev/null common/Makefile.PL: common/Makefile.PL.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)