From a14e0e30fbd019d8acdaea3c618f7025a9daf6dc Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Tue, 29 Sep 2009 09:45:46 +0100 Subject: Move from shave to automake 1.11's silent rules. Signed-off-by: Jonny Lamb --- data/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index ce3907d4..00093459 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,5 +1,3 @@ -include $(top_srcdir)/tools/shave.mk - EXTRA_DIST = gabble.service.in managerdir = $(datadir)/telepathy/managers @@ -13,10 +11,10 @@ service_DATA = org.freedesktop.Telepathy.ConnectionManager.gabble.service # non-archaic tarballs) org.freedesktop.Telepathy.ConnectionManager.gabble.service: gabble.service.in \ Makefile - $(QUIET_GEN)sed -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@ + $(AM_V_GEN)sed -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@ CLEANFILES = $(service_DATA) $(manager_DATA) $(manager_DATA): ../src/connection-manager.c ../src/write-mgr-file.c ../src/connection.h - $(MAKE) -C ../src write-mgr-file - $(QUIET_GEN)../src/write-mgr-file > $@ + @$(MAKE) -C ../src write-mgr-file + $(AM_V_GEN)../src/write-mgr-file > $@ -- cgit v1.2.3