[gnome-applets/wip/muktupavels/test] test



commit 176d9d7ca21920d691f1cb1ef2cfce3265639e01
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sun Feb 27 11:40:51 2022 +0200

    test

 gnome-applets/Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-applets/Makefile.am b/gnome-applets/Makefile.am
index c3d0bfafb..690fbab1f 100644
--- a/gnome-applets/Makefile.am
+++ b/gnome-applets/Makefile.am
@@ -197,7 +197,7 @@ ui_files += \
 endif
 
 gnome-applets.gresource.xml: Makefile.am
-       $(AM_V_GEN) echo '<?xml version="1.0" encoding="UTF-8"?>' > $@; \
+       echo '<?xml version="1.0" encoding="UTF-8"?>' > $@; \
                echo '<gresources>' >> $@; \
                echo "  <gresource prefix=\"$(GRESOURCE_PREFIX)/icons\">" >> $@; \
                for f in $(icon_files); do \
@@ -220,12 +220,12 @@ resource_files = \
                $(builddir)/gnome-applets.gresource.xml)
 
 ga-resources.c: gnome-applets.gresource.xml Makefile.am $(resource_files)
-       $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) \
+       $(GLIB_COMPILE_RESOURCES) \
                --target=$@ --sourcedir=$(srcdir) \
                --generate-source --c-name ga $<
 
 ga-resources.h: gnome-applets.gresource.xml
-       $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) \
+       $(GLIB_COMPILE_RESOURCES) \
                --target=$@ --sourcedir=$(srcdir) \
                --generate-header --c-name ga $<
 


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