diff options
author | Xan Lopez <xan@gnome.org> | 2009-08-10 22:26:30 +0300 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-08-10 22:26:30 +0300 |
commit | 850d301f9da4691774578c49e63353d1580a42f1 (patch) | |
tree | 4ec1ac2a466267113b012ec525a27c8263c8a36b /embed | |
parent | 51cb85f8bed28408d4e1f962bc5f48facde5344f (diff) | |
download | epiphany-850d301f9da4691774578c49e63353d1580a42f1.tar.gz |
Prefix noisy commands with AM_V_GEN
Diffstat (limited to 'embed')
-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 f4a49983e..c0001b846 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -82,7 +82,7 @@ stamp_files = \ ephy-embed-type-builtins.c: stamp-ephy-embed-type-builtins.c Makefile @true stamp-ephy-embed-type-builtins.c: Makefile $(INST_H_FILES) - $(GLIB_MKENUMS) \ + $(AM_V_GEN) $(GLIB_MKENUMS) \ --fhead "#include <config.h>\n\n" \ --fhead "#include \"ephy-embed-type-builtins.h\"\n\n" \ --fprod "\n/* enumerations from \"@filename@\" */" \ @@ -103,7 +103,7 @@ stamp-ephy-embed-type-builtins.c: Makefile $(INST_H_FILES) ephy-embed-type-builtins.h: stamp-ephy-embed-type-builtins.h Makefile @true stamp-ephy-embed-type-builtins.h: Makefile $(INST_H_FILES) - $(GLIB_MKENUMS) \ + $(AM_V_GEN) $(GLIB_MKENUMS) \ --fhead "#if !defined (__EPHY_EPIPHANY_H_INSIDE__) && !defined (EPIPHANY_COMPILATION)\n" \ --fhead "#error Only <epiphany/epiphany.h> can be included directly.\n" \ --fhead "#endif\n\n" \ |