--- a/libpurple/Makefile.am Sat Jan 31 05:19:16 2009 +0000 +++ b/libpurple/Makefile.am Sat Jan 31 05:37:27 2009 +0000 @@ -148,7 +148,7 @@ @echo "Generating marshallers.h" $(GLIB_GENMARSHAL) --prefix=purple_smarshal $(srcdir)/marshallers.list --header > marshallers.h -marshallers.c: marshallers.list +marshallers.c: marshallers.list marshallers.h @echo "Generating marshallers.c" echo "#include \"marshallers.h\"" > marshallers.c $(GLIB_GENMARSHAL) --prefix=purple_smarshal $(srcdir)/marshallers.list --body >> marshallers.c