LEX=/bin/false
YACC=/bin/false
+AM_V_Q = $(am__v_Q_$(V))
+am__v_Q_ = $(am__v_Q_$(AM_DEFAULT_VERBOSITY))
+am__v_Q_0 = -q
+am__v_Q_1 =
+
# We use custom rules here because we want to use flex and bison instead
# of lex and yacc (or bison in yacc-compatibility mode). Both flex and
# bison can handle properly naming the generated files, and it is simpler
event-filter-parser.h: event-filter-parser.c
$(srcdir)/UnicodeData.txt:
- $(AM_V_GEN)test -f $@ || wget -O $@ https://dovecot.org/res/UnicodeData.txt
+ $(AM_V_GEN)test -f $@ || wget $(AM_V_Q) -O $@ https://dovecot.org/res/UnicodeData.txt
$(srcdir)/unicodemap.c: $(srcdir)/unicodemap.pl $(srcdir)/UnicodeData.txt
$(AM_V_GEN)perl $(srcdir)/unicodemap.pl < $(srcdir)/UnicodeData.txt > $@