diff options
author | Christian Persch <chpe@svn.gnome.org> | 2007-03-04 06:21:26 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-03-04 06:21:26 +0800 |
commit | 6c82a6f714fd2ddc08a37778a0aac7a6e2b9bbbe (patch) | |
tree | 7beba8c87c7b49d375124243463902abd5aa4b67 /src/bookmarks | |
parent | 55939b23dc9bd21e93f07916239fb65fde218314 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'src/bookmarks')
-rw-r--r-- | src/bookmarks/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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) \ |