summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index f61a9f4c2..9c2328df7 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,3 +1,5 @@
+QUIET_GEN = $(Q:@=@echo ' GEN '$@;)
+
EXTRA_DIST = \
c-constants-gen.py \
check-coding-style.mk \
@@ -22,12 +24,12 @@ all: $(EXTRA_DIST)
libglibcodegen.py: libtpcodegen.py
test -e $@
- touch $@
+ $(QUIET_GEN)touch $@
glib-ginterface-gen.py glib-gtypes-generator.py glib-interfaces-gen.py \
glib-signals-marshal-gen.py c-constants-gen.py: %: libglibcodegen.py
test -e $@
- touch $@
+ $(QUIET_GEN)touch $@
maintainer-update-from-xmpp.org:
set -e; \