[evince] Use AM_V_at in ev-view-marshal.c make rule



commit 26fce4cc97acfb88b86cf9b3c5703813f619aa08
Author: Hib Eris <hib hiberis nl>
Date:   Mon Dec 19 21:26:48 2011 +0100

    Use AM_V_at in ev-view-marshal.c make rule

 libview/Makefile.am |    2 +-
 shell/Makefile.am   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libview/Makefile.am b/libview/Makefile.am
index 2e8671e..b90eaf6 100644
--- a/libview/Makefile.am
+++ b/libview/Makefile.am
@@ -90,7 +90,7 @@ ev-view-marshal.h: $(srcdir)/ev-view-marshal.list
 	$(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_view_marshal $(srcdir)/ev-view-marshal.list --header --internal > $@
 
 ev-view-marshal.c: $(srcdir)/ev-view-marshal.list
-	echo '#include <config.h>' > ev-view-marshal.c
+	$(AM_V_at)echo '#include <config.h>' > ev-view-marshal.c
 	$(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_view_marshal $(srcdir)/ev-view-marshal.list --header --internal --body >> $@
 
 ev-view-type-builtins.h: stamp-ev-view-type-builtins.h
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 3ca29e4..c1da143 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -151,7 +151,7 @@ ev-marshal.h: $(srcdir)/ev-marshal.list
 	$(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --header > ev-marshal.h
 
 ev-marshal.c: $(srcdir)/ev-marshal.list
-	echo '#include "ev-marshal.h"' > ev-marshal.c
+	$(AM_V_at)echo '#include "ev-marshal.h"' > ev-marshal.c
 	$(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --body >> ev-marshal.c
 
 DISTCLEANFILES =



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]