diff options
Diffstat (limited to 'avahi-python/Makefile.am')
-rw-r--r-- | avahi-python/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
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) |