From 850d301f9da4691774578c49e63353d1580a42f1 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 10 Aug 2009 22:26:30 +0300 Subject: Prefix noisy commands with AM_V_GEN --- embed/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'embed') 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 \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 can be included directly.\n" \ --fhead "#endif\n\n" \ -- cgit v1.2.3