diff options
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r-- | embed/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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) \ |