From c8eacc0f13f6df529f2f40961e2ddb3a45dc9f93 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 25 Jun 2010 01:50:03 +0200 Subject: build-sys: make things more quiet --- avahi-python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-python/Makefile.am') diff --git a/avahi-python/Makefile.am b/avahi-python/Makefile.am index 4989b4b..d7febd6 100644 --- a/avahi-python/Makefile.am +++ b/avahi-python/Makefile.am @@ -34,7 +34,7 @@ pythonscripts = \ avahi-bookmarks avahi-bookmarks: avahi-bookmarks.in - sed -e 's,@PYTHON\@,$(PYTHON),g' $< > $@ + $(AM_V_GEN)sed -e 's,@PYTHON\@,$(PYTHON),g' $< > $@ && \ chmod +x $@ bin_SCRIPTS = $(pythonscripts) -- cgit