From 3b78a226708b5a5221159fadbef04cd29d48cb54 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 4 Jan 2013 11:25:08 +0000 Subject: tools: update the mtime-transferring hack from telepathy-glib master This version is more reliable in out-of-tree builds. --- tools/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am index 6292143b..691ac753 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -21,18 +21,18 @@ EXTRA_DIST = \ xep.xsl glib-client-marshaller-gen.py: libglibcodegen.py - @touch $@ + $(AM_V_GEN)test -e ${srcdir}/$@ && touch ${srcdir}/$@ glib-ginterface-gen.py: libglibcodegen.py - @touch $@ + $(AM_V_GEN)test -e ${srcdir}/$@ && touch ${srcdir}/$@ glib-gtypes-generator.py: libglibcodegen.py - @touch $@ + $(AM_V_GEN)test -e ${srcdir}/$@ && touch ${srcdir}/$@ glib-signals-marshal-gen.py: libglibcodegen.py - @touch $@ + $(AM_V_GEN)test -e ${srcdir}/$@ && touch ${srcdir}/$@ glib-interfaces-generator.xsl: c-interfaces-generator.xsl - @touch $@ + $(AM_V_GEN)test -e ${srcdir}/$@ && touch ${srcdir}/$@ glib-interfaces-body-generator.xsl: c-interfaces-generator.xsl - @touch $@ + $(AM_V_GEN)test -e ${srcdir}/$@ && touch ${srcdir}/$@ maintainer-update-from-xmpp.org: set -e; \ -- cgit v1.2.1