]> git.meshlink.io Git - catta/blobdiff - avahi-python/Makefile.am
fix avahi_netlink_new to allow multiple netlinks per process
[catta] / avahi-python / Makefile.am
index 4989b4b6bfc53d70cd28d5a33558bf03f3fdbf7b..7381a48b55b61b81c0539a3c277d42ac4e8a3718 100644 (file)
@@ -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)