X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-python%2FMakefile.am;h=7381a48b55b61b81c0539a3c277d42ac4e8a3718;hb=7a5b2f69af7d36d6cd4153142f125fa011784e03;hp=4989b4b6bfc53d70cd28d5a33558bf03f3fdbf7b;hpb=89c54c16f125331697298428e41ff1fd69afa23c;p=catta diff --git a/avahi-python/Makefile.am b/avahi-python/Makefile.am index 4989b4b..7381a48 100644 --- a/avahi-python/Makefile.am +++ b/avahi-python/Makefile.am @@ -1,5 +1,3 @@ -# $Id$ - # This file is part of avahi. # # avahi is free software; you can redistribute it and/or modify it @@ -34,7 +32,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)