pidgin/plugins/perl/Makefile.am

changeset 34325
299c414a14c1
parent 34292
30107eb2ff81
child 35312
add13288757e
child 36768
a0d5a2f41086
--- 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)

mercurial