[Telepathy-commits] [telepathy-gabble/master] touch signals-marshal.list if it's already up to date, so make doesn't try to build it again

Dafydd Harries dafydd.harries at collabora.co.uk
Tue Aug 19 10:53:29 PDT 2008


20080721171704-c9803-fca76a0fe73ac65ae261ff1e64bcd64a47cfef4a.gz
---
 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index cd0a92c..a08c5ec 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -149,6 +149,7 @@ gabble-signals-marshal.list: $(libgabble_convenience_la_SOURCES) Makefile.am
 	| sed -e 's/__/:/' -e 'y/_/,/' | sort -u > $@.tmp
 	if cmp -s $@.tmp $@; then \
 		rm $@.tmp; \
+		touch $@; \
 	else \
 		mv $@.tmp $@; \
 	fi
-- 
1.5.6.3




More information about the Telepathy-commits mailing list