aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@svn.gnome.org>2007-03-04 06:21:26 +0800
committerChristian Persch <chpe@src.gnome.org>2007-03-04 06:21:26 +0800
commit6c82a6f714fd2ddc08a37778a0aac7a6e2b9bbbe (patch)
tree7beba8c87c7b49d375124243463902abd5aa4b67
parent55939b23dc9bd21e93f07916239fb65fde218314 (diff)
downloadgsoc2013-epiphany-6c82a6f714fd2ddc08a37778a0aac7a6e2b9bbbe.tar
gsoc2013-epiphany-6c82a6f714fd2ddc08a37778a0aac7a6e2b9bbbe.tar.gz
gsoc2013-epiphany-6c82a6f714fd2ddc08a37778a0aac7a6e2b9bbbe.tar.bz2
gsoc2013-epiphany-6c82a6f714fd2ddc08a37778a0aac7a6e2b9bbbe.tar.lz
gsoc2013-epiphany-6c82a6f714fd2ddc08a37778a0aac7a6e2b9bbbe.tar.xz
gsoc2013-epiphany-6c82a6f714fd2ddc08a37778a0aac7a6e2b9bbbe.tar.zst
gsoc2013-epiphany-6c82a6f714fd2ddc08a37778a0aac7a6e2b9bbbe.zip
Make sure the type builtins are regenerated when the Makefile changes.
2007-03-03 Christian Persch <chpe@svn.gnome.org> * 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
-rw-r--r--ChangeLog9
-rw-r--r--embed/Makefile.am4
-rw-r--r--lib/Makefile.am4
-rw-r--r--lib/egg/Makefile.am4
-rw-r--r--src/Makefile.am4
-rw-r--r--src/bookmarks/Makefile.am4
6 files changed, 19 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fb64494e..627d9a4a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-03-03 Christian Persch <chpe@svn.gnome.org>
+
+ * 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.
+
2007-03-03 Benjamin Berg <benjamin@sipsolutions.net>
* embed/Makefile.am:
diff --git a/embed/Makefile.am b/embed/Makefile.am
index d92b27c00..082ee6531 100644
--- a/embed/Makefile.am
+++ b/embed/Makefile.am
@@ -105,7 +105,7 @@ stamp_files = \
stamp-ephy-embed-type-builtins.c \
stamp-ephy-embed-type-builtins.h
-ephy-embed-type-builtins.c: stamp-ephy-embed-type-builtins.c
+ephy-embed-type-builtins.c: stamp-ephy-embed-type-builtins.c Makefile
@true
stamp-ephy-embed-type-builtins.c: $(INST_H_FILES)
( cd $(srcdir) && $(GLIB_MKENUMS) \
@@ -125,7 +125,7 @@ stamp-ephy-embed-type-builtins.c: $(INST_H_FILES)
&& rm -f xgen-$(@F) \
&& echo timestamp > $(@F)
-ephy-embed-type-builtins.h: stamp-ephy-embed-type-builtins.h
+ephy-embed-type-builtins.h: stamp-ephy-embed-type-builtins.h Makefile
@true
stamp-ephy-embed-type-builtins.h: $(INST_H_FILES)
( cd $(srcdir) && $(GLIB_MKENUMS) \
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) \
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) \
diff --git a/src/bookmarks/Makefile.am b/src/bookmarks/Makefile.am
index 43e34b291..ee29fd0f6 100644
--- a/src/bookmarks/Makefile.am
+++ b/src/bookmarks/Makefile.am
@@ -62,7 +62,7 @@ stamp_files = \
stamp-ephy-bookmarks-type-builtins.c \
stamp-ephy-bookmarks-type-builtins.h
-ephy-bookmarks-type-builtins.c: stamp-ephy-bookmarks-type-builtins.c
+ephy-bookmarks-type-builtins.c: stamp-ephy-bookmarks-type-builtins.c Makefile
@true
stamp-ephy-bookmarks-type-builtins.c: $(INST_H_FILES) $(NOINST_H_FILES)
( cd $(srcdir) && $(GLIB_MKENUMS) \
@@ -82,7 +82,7 @@ stamp-ephy-bookmarks-type-builtins.c: $(INST_H_FILES) $(NOINST_H_FILES)
&& rm -f xgen-$(@F) \
&& echo timestamp > $(@F)
-ephy-bookmarks-type-builtins.h: stamp-ephy-bookmarks-type-builtins.h
+ephy-bookmarks-type-builtins.h: stamp-ephy-bookmarks-type-builtins.h Makefile
@true
stamp-ephy-bookmarks-type-builtins.h: $(INST_H_FILES) $(NOINST_H_FILES)
( cd $(srcdir) && $(GLIB_MKENUMS) \