From 6c82a6f714fd2ddc08a37778a0aac7a6e2b9bbbe Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 3 Mar 2007 22:21:26 +0000 Subject: Make sure the type builtins are regenerated when the Makefile changes. 2007-03-03 Christian Persch * embed/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Make sure the type builtins are regenerated when the Makefile changes. svn path=/trunk/; revision=6934 --- lib/Makefile.am | 4 ++-- lib/egg/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/Makefile.am b/lib/Makefile.am index b1e644ab6..dd39bd2e3 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -125,7 +125,7 @@ stamp-ephy-marshal.h: ephy-marshal.list $(GLIB_GENMARSHAL) --prefix=ephy_marshal $(srcdir)/ephy-marshal.list --header > ephy-marshal.h \ && echo timestamp > $(@F) -ephy-lib-type-builtins.c: stamp-ephy-lib-type-builtins.c +ephy-lib-type-builtins.c: stamp-ephy-lib-type-builtins.c Makefile @true stamp-ephy-lib-type-builtins.c: $(TYPES_H_FILES) ( cd $(srcdir) && $(GLIB_MKENUMS) \ @@ -145,7 +145,7 @@ stamp-ephy-lib-type-builtins.c: $(TYPES_H_FILES) && rm -f xgen-$(@F) \ && echo timestamp > $(@F) -ephy-lib-type-builtins.h: stamp-ephy-lib-type-builtins.h +ephy-lib-type-builtins.h: stamp-ephy-lib-type-builtins.h Makefile @true stamp-ephy-lib-type-builtins.h: $(TYPES_H_FILES) ( cd $(srcdir) && $(GLIB_MKENUMS) \ diff --git a/lib/egg/Makefile.am b/lib/egg/Makefile.am index ae1d23c8d..fca14c770 100644 --- a/lib/egg/Makefile.am +++ b/lib/egg/Makefile.am @@ -57,7 +57,7 @@ stamp-eggmarshalers.c: eggmarshalers.list $(GLIB_GENMARSHAL) --prefix=_egg_marshal $(srcdir)/eggmarshalers.list --header --body > eggmarshalers.c \ && echo timestamp > $(@F) -eggtypebuiltins.c: stamp-eggtypebuiltins.c +eggtypebuiltins.c: stamp-eggtypebuiltins.c Makefile @true stamp-eggtypebuiltins.c: $(EGGHEADERS) ( cd $(srcdir) && $(GLIB_MKENUMS) \ @@ -77,7 +77,7 @@ stamp-eggtypebuiltins.c: $(EGGHEADERS) && rm -f xgen-$(@F) \ && echo timestamp > $(@F) -eggtypebuiltins.h: stamp-eggtypebuiltins.h +eggtypebuiltins.h: stamp-eggtypebuiltins.h Makefile @true stamp-eggtypebuiltins.h: $(EGGHEADERS) ( cd $(srcdir) && $(GLIB_MKENUMS) \ -- cgit