r16432 - gnucash/branches/register-rewrite/src/gnome-utils - Mark planner-marshal.c as depending on planner-marshal.h.

Andreas Köhler andi5 at cvs.gnucash.org
Tue Aug 14 18:57:01 EDT 2007


Author: andi5
Date: 2007-08-14 18:56:59 -0400 (Tue, 14 Aug 2007)
New Revision: 16432
Trac: http://svn.gnucash.org/trac/changeset/16432

Modified:
   gnucash/branches/register-rewrite/src/gnome-utils/Makefile.am
Log:
Mark planner-marshal.c as depending on planner-marshal.h.


Modified: gnucash/branches/register-rewrite/src/gnome-utils/Makefile.am
===================================================================
--- gnucash/branches/register-rewrite/src/gnome-utils/Makefile.am	2007-08-14 03:10:54 UTC (rev 16431)
+++ gnucash/branches/register-rewrite/src/gnome-utils/Makefile.am	2007-08-14 22:56:59 UTC (rev 16432)
@@ -326,7 +326,7 @@
 	&& (cmp -s xgen-gmh planner-marshal.h || cp xgen-gmh planner-marshal.h) \
 	&& rm -f xgen-gmh xgen-gmh~
 
-planner-marshal.c: Makefile.am planner-marshal.list
+planner-marshal.c: Makefile.am planner-marshal.list planner-marshal.h
 	(echo "#include \"planner-marshal.h\""; $(GLIB_GENMARSHAL) --prefix=planner_marshal $(srcdir)/planner-marshal.list --body) > xgen-gmc \
 	&& cp xgen-gmc planner-marshal.c \
 	&& rm -f xgen-gmc xgen-gmc~



More information about the gnucash-changes mailing list