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 --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index b944c3152..54d338c9a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -261,7 +261,7 @@ stamp_files = \ stamp-ephy-dbus-server-bindings.h \ stamp-ephy-dbus-client-bindings.h -ephy-type-builtins.c: stamp-ephy-type-builtins.c +ephy-type-builtins.c: stamp-ephy-type-builtins.c Makefile @true stamp-ephy-type-builtins.c: $(INST_H_FILES) $(NOINST_H_FILES) ( cd $(srcdir) && $(GLIB_MKENUMS) \ @@ -281,7 +281,7 @@ stamp-ephy-type-builtins.c: $(INST_H_FILES) $(NOINST_H_FILES) && rm -f xgen-$(@F) \ && echo timestamp > $(@F) -ephy-type-builtins.h: stamp-ephy-type-builtins.h +ephy-type-builtins.h: stamp-ephy-type-builtins.h Makefile @true stamp-ephy-type-builtins.h: $(INST_H_FILES) $(NOINST_H_FILES) ( cd $(srcdir) && $(GLIB_MKENUMS) \ -- cgit v1.2.3