Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/gimpcellrenderertoggle
diff options
context:
space:
mode:
authorJavier Jardón <javierjc1982@gmail.com>2009-07-08 17:07:32 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-07-12 11:05:18 (GMT)
commit2db28e7ad29cc276902da68789e897537ff17912 (patch)
tree077b83574e5b932ae51806819f600abe56016785 /cut-n-paste/gimpcellrenderertoggle
parente274b76cf3cd5f94e68a25c19132d834220225da (diff)
[build] Get rid of shave with AM_SILENT_RULES automake option
Solves bgo#585355
Diffstat (limited to 'cut-n-paste/gimpcellrenderertoggle')
-rw-r--r--cut-n-paste/gimpcellrenderertoggle/Makefile.am6
1 files changed, 2 insertions, 4 deletions
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~