[telepathy-gabble/master] Test for the source file, not the target file

Sjoerd Simons sjoerd.simons at collabora.co.uk
Sun Dec 20 09:18:19 PST 2009


---
 tools/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/Makefile.am b/tools/Makefile.am
index e83cb30..c73b56f 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -21,12 +21,12 @@ CLEANFILES = *.pyc *.pyo
 all: $(EXTRA_DIST)
 
 libglibcodegen.py: libtpcodegen.py
-	test -e $@
+	test -e $<
 	$(AM_V_GEN)touch $@
 
 glib-ginterface-gen.py glib-gtypes-generator.py glib-interfaces-gen.py \
 glib-signals-marshal-gen.py c-constants-gen.py: %: libglibcodegen.py
-	test -e $@
+	test -e $<
 	$(AM_V_GEN)touch $@
 
 maintainer-update-from-xmpp.org:
-- 
1.5.6.5




More information about the telepathy-commits mailing list