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

Will Thompson will.thompson at collabora.co.uk
Mon Feb 9 07:10:50 PST 2009


This reverts commit e1a5774f857d769df529159e576e5c667e09a5c0.  It seems
to make every source file that uses gabble's marshallers be rebuilt
whenever you change any other source file, because Make always thinks
the signals-marshal.h has changed.
---
 src/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 360bf96..defdbb7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -173,7 +173,6 @@ 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.5




More information about the telepathy-commits mailing list