From 2db28e7ad29cc276902da68789e897537ff17912 Mon Sep 17 00:00:00 2001 From: Javier Jardón Date: Wed, 08 Jul 2009 17:07:32 +0000 Subject: [build] Get rid of shave with AM_SILENT_RULES automake option Solves bgo#585355 --- (limited to 'cut-n-paste/gimpcellrenderertoggle') diff --git a/cut-n-paste/gimpcellrenderertoggle/Makefile.am b/cut-n-paste/gimpcellrenderertoggle/Makefile.am index b88a6eb..1f0b3de 100644 --- a/cut-n-paste/gimpcellrenderertoggle/Makefile.am +++ b/cut-n-paste/gimpcellrenderertoggle/Makefile.am @@ -1,5 +1,3 @@ -QUIET_GEN = $(Q:@=@echo ' GEN '$@;) - noinst_LTLIBRARIES = libgimpcellrenderertoggle.la libgimpcellrenderertoggle_la_sources = \ @@ -22,12 +20,12 @@ libgimpcellrenderertoggle_la_SOURCES = \ libgimpcellrenderertoggle_la_extra_sources = gimpwidgetsmarshal.list gimpwidgetsmarshal.h: $(srcdir)/gimpwidgetsmarshal.list - $(QUIET_GEN)$(GLIB_GENMARSHAL) --prefix=_gimp_widgets_marshal $(srcdir)/gimpwidgetsmarshal.list --header >> xgen-wmh \ + $(GLIB_GENMARSHAL) --prefix=_gimp_widgets_marshal $(srcdir)/gimpwidgetsmarshal.list --header >> xgen-wmh \ && (cmp -s xgen-wmh $(@F) || cp xgen-wmh $(@F)) \ && rm -f xgen-wmh xgen-wmh~ gimpwidgetsmarshal.c: gimpwidgetsmarshal.h - $(QUIET_GEN)echo "#include \"gimpwidgetsmarshal.h\"" >> xgen-wmc \ + echo "#include \"gimpwidgetsmarshal.h\"" >> xgen-wmc \ && $(GLIB_GENMARSHAL) --prefix=_gimp_widgets_marshal $(srcdir)/gimpwidgetsmarshal.list --body >> xgen-wmc \ && cp xgen-wmc $(@F) \ && rm -f xgen-wmc xgen-wmc~ -- cgit v0.9.1